diff options
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.am | 2 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b8df81c001e..58f64204acc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-10-10 Alan Modra <amodra@gmail.com> + + * Makefile.am (earmelfb_fuchsia.c): Rename rule from earmelf_fuchsia.c. + * Makefile.in: Regenerate. + 2017-10-09 Nick Clifton <nickc@redhat.com> * testsuite/ld-srec/srec.exp (run_srec_test): Set start address. diff --git a/ld/Makefile.am b/ld/Makefile.am index 625347ff627..a6fdc103b4d 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -810,7 +810,7 @@ earmelfb_fbsd.c: $(srcdir)/emulparams/armelfb_fbsd.sh \ $(ELF_DEPS) $(srcdir)/emultempl/armelf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} -earmelf_fuchsia.c: $(srcdir)/emulparams/armelfb_fuchsia.sh \ +earmelfb_fuchsia.c: $(srcdir)/emulparams/armelfb_fuchsia.sh \ $(ELF_DEPS) $(srcdir)/emultempl/armelf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} diff --git a/ld/Makefile.in b/ld/Makefile.in index ba251777b01..16225d4ad49 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2374,7 +2374,7 @@ earmelfb_fbsd.c: $(srcdir)/emulparams/armelfb_fbsd.sh \ $(ELF_DEPS) $(srcdir)/emultempl/armelf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} -earmelf_fuchsia.c: $(srcdir)/emulparams/armelfb_fuchsia.sh \ +earmelfb_fuchsia.c: $(srcdir)/emulparams/armelfb_fuchsia.sh \ $(ELF_DEPS) $(srcdir)/emultempl/armelf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |