aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-01-16 05:52:38 +0000
committerAlan Modra <amodra@gmail.com>2002-01-16 05:52:38 +0000
commit1f808cd5d7423d498fa6197317af6a919f8c9e95 (patch)
treef6f568d74a15e2c6d0f89d10c76210371d155089 /ld/Makefile.in
parent5d1634d792f2d90ada5c17faf98672c58717fc79 (diff)
downloadfsf-binutils-gdb-1f808cd5d7423d498fa6197317af6a919f8c9e95.zip
fsf-binutils-gdb-1f808cd5d7423d498fa6197317af6a919f8c9e95.tar.gz
fsf-binutils-gdb-1f808cd5d7423d498fa6197317af6a919f8c9e95.tar.bz2
* Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
* Makefile.in: Regenerate. * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define. * emultempl/ppc64elf.em: New file.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index f409fbc..1518e3f 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1254,11 +1254,11 @@ eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
$(srcdir)/emulparams/elf32ppc.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
-eelf64ppc.c: $(srcdir)/emulparams/elf64ppc.sh \
+eelf64ppc.c: $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf64ppc "$(tdir_elf64ppc)"
eelf64lppc.c: $(srcdir)/emulparams/elf64lppc.sh \
- $(srcdir)/emulparams/elf64ppc.sh \
+ $(srcdir)/emulparams/elf64ppc.sh $(srcdir)/emultempl/ppc64elf.em \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf64lppc "$(tdir_elf64lppc)"
eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \