Add missing ld makefile dependency for nios.
authorAlan Modra <amodra@gmail.com>
Fri, 13 Jun 2014 02:58:18 +0000 (12:28 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 13 Jun 2014 09:28:53 +0000 (18:58 +0930)
* Makefile.am (ALL_EMULATION_SOURCES): Add enios2elf.c, enios2linux.c.
* Makefile.in: Regenerate.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index 19f71ab946a3e5aa7aae03301060e314e34d59b1..d84e6651aa4d51557eaf7b59679991c32a4ec733 100644 (file)
@@ -1,3 +1,8 @@
+2014-06-13  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (ALL_EMULATION_SOURCES): Add enios2elf.c, enios2linux.c.
+       * Makefile.in: Regenerate.
+
 2014-06-07  Alan Modra  <amodra@gmail.com>
 
        * ldexp.c (exp_fold_tree_1 <etree_provide>): Make PROVIDEd
index 44e7ca60d87ebb906accdd70828a3e1e51057509..66795b3320806fbc4e981ead3918666981e80b58 100644 (file)
@@ -350,6 +350,8 @@ ALL_EMULATION_SOURCES = \
        ends32belf_linux.c \
        enews.c \
        ens32knbsd.c \
+       enios2elf.c \
+       enios2linux.c \
        epc532macha.c \
        epdp11.c \
        epjelf.c \
index 2582cea33d7988ae037d67d390dff32a1ff8abc5..6a534ca23b7fa3bf80a659c138e3b84ee06a0916 100644 (file)
@@ -657,6 +657,8 @@ ALL_EMULATION_SOURCES = \
        ends32belf_linux.c \
        enews.c \
        ens32knbsd.c \
+       enios2elf.c \
+       enios2linux.c \
        epc532macha.c \
        epdp11.c \
        epjelf.c \
@@ -1303,6 +1305,8 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf16m.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf_linux.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enews.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2elf.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2linux.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ens32knbsd.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epc532macha.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epdp11.Po@am__quote@
This page took 0.029913 seconds and 4 git commands to generate.