aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2014-05-20 23:13:08 +0200
committerHans-Peter Nilsson <hp@bitrange.com>2014-05-20 23:13:08 +0200
commit865d0aef3a841c9c5b11a0fa05066ed97b1850fe (patch)
treee47babb237eaf59c90977cf8c6d83d17f106a0f3 /ld/Makefile.in
parent227533ac014354eaba944795cf8ff9cb3a31d330 (diff)
downloadgdb-865d0aef3a841c9c5b11a0fa05066ed97b1850fe.zip
gdb-865d0aef3a841c9c5b11a0fa05066ed97b1850fe.tar.gz
gdb-865d0aef3a841c9c5b11a0fa05066ed97b1850fe.tar.bz2
ld: Add missing eelf32mbel_linux.c to ALL_EMULATION_SOURCES.
ld: * Makefile.am (ALL_EMULATION_SOURCES): Add missing eelf32mbel_linux.c. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index abcfe6c..425c313 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -545,6 +545,7 @@ ALL_EMULATION_SOURCES = \
eelf32lppcsim.c \
eelf32m32c.c \
eelf32mb_linux.c \
+ eelf32mbel_linux.c \
eelf32mcore.c \
eelf32mep.c \
eelf32metag.c \
@@ -1155,6 +1156,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32_fbsd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32m32c.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mb_linux.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mbel_linux.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mcore.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mep.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32metag.Po@am__quote@