diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2014-05-20 23:13:08 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2014-05-20 23:13:08 +0200 |
commit | 865d0aef3a841c9c5b11a0fa05066ed97b1850fe (patch) | |
tree | e47babb237eaf59c90977cf8c6d83d17f106a0f3 /ld/Makefile.in | |
parent | 227533ac014354eaba944795cf8ff9cb3a31d330 (diff) | |
download | gdb-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.in | 2 |
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@ |