aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-05-03 17:25:31 -0700
committerJim Wilson <jimw@sifive.com>2018-05-03 17:25:31 -0700
commitd1e9de16dfb8237307e12945be5a1010e91a4dd2 (patch)
tree3e7bdddc6e4df9456558568e0bc2cb540c4e35b6 /ld/Makefile.am
parentb5e2df0d1ab9d62dc6708fcad94c6f0649f7892d (diff)
downloadbinutils-d1e9de16dfb8237307e12945be5a1010e91a4dd2.zip
binutils-d1e9de16dfb8237307e12945be5a1010e91a4dd2.tar.gz
binutils-d1e9de16dfb8237307e12945be5a1010e91a4dd2.tar.bz2
Fix typo in Makefile.am to make it agree with Makefile.in.
ld/ * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 6464e10..2d758b1 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}