aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
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.in
parent92c077a32b0f1f6996041323c23698299f9d8b85 (diff)
downloadgdb-18c7a9a534e9ff1f427859700c4479cb6b85998c.zip
gdb-18c7a9a534e9ff1f427859700c4479cb6b85998c.tar.gz
gdb-18c7a9a534e9ff1f427859700c4479cb6b85998c.tar.bz2
Fix dependency for em32relf.c
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 1b62855..7b84ad7 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -476,7 +476,7 @@ deffilep.c ldgram.c ldlex.c
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = tar
+TAR = gtar
GZIP_ENV = --best
SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES)
OBJECTS = $(ld_new_OBJECTS)
@@ -1153,7 +1153,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}