From 07cccc39f31f4b77607fd9487f33e242969475ca Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 13 Jun 2014 12:28:18 +0930 Subject: [PATCH] Add missing ld makefile dependency for nios. * Makefile.am (ALL_EMULATION_SOURCES): Add enios2elf.c, enios2linux.c. * Makefile.in: Regenerate. --- ld/ChangeLog | 5 +++++ ld/Makefile.am | 2 ++ ld/Makefile.in | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 19f71ab..d84e665 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2014-06-13 Alan Modra + + * Makefile.am (ALL_EMULATION_SOURCES): Add enios2elf.c, enios2linux.c. + * Makefile.in: Regenerate. + 2014-06-07 Alan Modra * ldexp.c (exp_fold_tree_1 ): Make PROVIDEd diff --git a/ld/Makefile.am b/ld/Makefile.am index 44e7ca6..66795b3 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -350,6 +350,8 @@ ALL_EMULATION_SOURCES = \ ends32belf_linux.c \ enews.c \ ens32knbsd.c \ + enios2elf.c \ + enios2linux.c \ epc532macha.c \ epdp11.c \ epjelf.c \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 2582cea..6a534ca 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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@ -- 2.7.4