From: Jim Wilson Date: Fri, 4 May 2018 00:25:31 +0000 (-0700) Subject: Fix typo in Makefile.am to make it agree with Makefile.in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1e9de16dfb8237307e12945be5a1010e91a4dd2;p=binutils-gdb.git Fix typo in Makefile.am to make it agree with Makefile.in. ld/ * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 55daa0dd262..7c753d84233 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2018-05-03 Jim Wilson + + * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies. + 2018-05-03 Simon Atanasyan * testsuite/ld-mips-elf/gp-disp-sym.d: New test. diff --git a/ld/Makefile.am b/ld/Makefile.am index 6464e10917e..2d758b1ee32 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -757,7 +757,7 @@ earmelfb_linux_eabi.c: $(srcdir)/emulparams/armelfb_linux_eabi.sh \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} earmelfb_linux_fdpiceabi.c: $(srcdir)/emulparams/armelfb_linux_fdpiceabi.sh \ - $(srcdir)/emulparams/armelfb_linux_fdpiceabi.sh \ + $(srcdir)/emulparams/armelf_linux_fdpiceabi.sh \ $(srcdir)/emulparams/armelf_linux.sh \ $(ELF_DEPS) $(srcdir)/emultempl/armelf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}