]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.am (eshlelf_fd.c): Fix typo in rule.
authorNick Clifton <nickc@redhat.com>
Fri, 28 May 2010 12:21:17 +0000 (12:21 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 28 May 2010 12:21:17 +0000 (12:21 +0000)
        * Makefile.in: Regenerate.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index d6324e0254b775576e6115ebb9e8df170e80e488..446edc695a5d59c2a8e4ca35ad7800030aada487 100644 (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
index afd45800c82dab8de10ca6990df0ffa414e2745f..8f55742e38b96b16fb8d52d7749449df4487834a 100644 (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}
index 506657551bf84f0015e2822bbcc5fcf6b8fcd50c..2c2fb84f9cca386eb68e273d2cc926648a27ce38 100644 (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}