* Makefile.am (eelf64hppa.c): Correct dependencies.
authorAlan Modra <amodra@gmail.com>
Wed, 3 Nov 2010 03:22:01 +0000 (03:22 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 3 Nov 2010 03:22:01 +0000 (03:22 +0000)
* Makefile.in: Regenerate.

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

index 6382b83f64d8787d7e400a1118e62ed245066ea1..538f32de3fa9e03785179e695bff3608ac17e6e7 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-03  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (eelf64hppa.c): Correct dependencies.
+       * Makefile.in: Regenerate.
+
 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        * scripttempl/armbpabi.sc: Include compressed DWARF debug
index e172192fb18354364b7714f272e7c1cde70b0c06..b4364be6f1d81c88e92eae1b14d6c10292e4ac88 100644 (file)
@@ -1103,8 +1103,7 @@ eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \
   $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)"
 eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
-  $(srcdir)/emulparams/hppa64linux.sh \
-  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+  $(ELF_DEPS) $(srcdir)/scripttempl/elf64hppa.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
 eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \
   $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
index d4e4a9d00f07ad00a09b9dfe75b84662452a3eaa..dac81b31677b9689b21626ef2252d7c3e9b21525 100644 (file)
@@ -2526,8 +2526,7 @@ eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \
   $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)"
 eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
-  $(srcdir)/emulparams/hppa64linux.sh \
-  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+  $(ELF_DEPS) $(srcdir)/scripttempl/elf64hppa.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
 eelf64_aix.c: $(srcdir)/emulparams/elf64_aix.sh \
   $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}