summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-05-28 12:21:17 +0000
committerNick Clifton <nickc@redhat.com>2010-05-28 12:21:17 +0000
commitde072cdc3c691e93d469f853d2cc03597cc6d6f1 (patch)
treec98d7655d4756cbfe5bd4c93e4107c19fc1e1501
parent81c5c866a5705421e71a559589cff136221054e0 (diff)
downloadbinutils-gdb-de072cdc3c691e93d469f853d2cc03597cc6d6f1.tar.gz
* Makefile.am (eshlelf_fd.c): Fix typo in rule.
* Makefile.in: Regenerate.
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.am2
-rw-r--r--ld/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d6324e0254b..446edc695a5 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-28 Nick Clifton <nickc@redhat.com>
+
+ * Makefile.am (eshlelf_fd.c): Fix typo in rule.
+ * Makefile.in: Regenerate.
+
2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
PR ld/11628
diff --git a/ld/Makefile.am b/ld/Makefile.am
index afd45800c82..8f55742e38b 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -1736,7 +1736,7 @@ eshelf_fd.c: $(srcdir)/emulparams/shelf_fd.sh \
${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)"
eshlelf_fd.c: $(srcdir)/emulparams/shlelf_fd.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)"
+ ${GENSCRIPTS} shlelf_fd "$(tdir_shelf_fd)"
eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \
$(srcdir)/emulparams/shlelf_linux.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 506657551bf..2c2fb84f9cc 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2762,7 +2762,7 @@ eshelf_fd.c: $(srcdir)/emulparams/shelf_fd.sh \
${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)"
eshlelf_fd.c: $(srcdir)/emulparams/shlelf_fd.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
- ${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)"
+ ${GENSCRIPTS} shlelf_fd "$(tdir_shelf_fd)"
eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \
$(srcdir)/emulparams/shlelf_linux.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}