aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-07-14 15:47:17 +0000
committerNick Clifton <nickc@redhat.com>2001-07-14 15:47:17 +0000
commit18c7a9a534e9ff1f427859700c4479cb6b85998c (patch)
treea8f5d59f682f3b4e7b4e15663cf870152191e050 /ld/Makefile.am
parent92c077a32b0f1f6996041323c23698299f9d8b85 (diff)
downloadgdb-18c7a9a534e9ff1f427859700c4479cb6b85998c.zip
gdb-18c7a9a534e9ff1f427859700c4479cb6b85998c.tar.gz
gdb-18c7a9a534e9ff1f427859700c4479cb6b85998c.tar.bz2
Fix dependency for em32relf.c
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index b2f04d7..016d6af 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -439,7 +439,7 @@ eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
em32relf.c: $(srcdir)/emulparams/m32relf.sh \
- $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} m32relf "$(tdir_m32r)"
eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}