* Makefile.am (eshlelf_fd.c): Fix typo in rule.

* Makefile.in: Regenerate.
This commit is contained in:
Nick Clifton 2010-05-28 12:21:17 +00:00
parent 81c5c866a5
commit de072cdc3c
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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}

View File

@ -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}