From: Nick Clifton Date: Fri, 28 May 2010 12:21:17 +0000 (+0000) Subject: * Makefile.am (eshlelf_fd.c): Fix typo in rule. X-Git-Tag: sid-snapshot-20100601~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de072cdc3c691e93d469f853d2cc03597cc6d6f1;p=external%2Fbinutils.git * Makefile.am (eshlelf_fd.c): Fix typo in rule. * Makefile.in: Regenerate. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d6324e0..446edc6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-05-28 Nick Clifton + + * Makefile.am (eshlelf_fd.c): Fix typo in rule. + * Makefile.in: Regenerate. + 2010-05-26 H.J. Lu PR ld/11628 diff --git a/ld/Makefile.am b/ld/Makefile.am index afd4580..8f55742 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 5066575..2c2fb84 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}