aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-10-10 16:39:35 +0000
committerSteve Chamberlain <sac@cygnus>1995-10-10 16:39:35 +0000
commitbe92df36be265bb57da445ea9ba57e703c3c5427 (patch)
tree10920fed36e43f742eda0e70991b20e1c9c71ba7
parent5718164625668696263dd9f0bab71a246938c239 (diff)
downloadgdb-be92df36be265bb57da445ea9ba57e703c3c5427.zip
gdb-be92df36be265bb57da445ea9ba57e703c3c5427.tar.gz
gdb-be92df36be265bb57da445ea9ba57e703c3c5427.tar.bz2
Tue Oct 10 09:39:09 1995 steve chamberlain <sac@slash.cygnus.com>
* Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG.
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9b55c24d..28f6db8 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 10 09:39:09 1995 steve chamberlain <sac@slash.cygnus.com>
+
+ * Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG.
+
Mon Oct 9 13:06:31 1995 steve chamberlain <sac@slash.cygnus.com>
* dlltool.c (add_underscore): New.
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index ad59970..c988952 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -121,7 +121,7 @@ STAGESTUFF = $(PROGS) *.o
DISTSTUFF=arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h syslex.c
# Stuff that goes in tooldir/ if appropriate
-TOOL_PROGS = nm.new strip.new ar ranlib $(DLLTOOL)
+TOOL_PROGS = nm.new strip.new ar ranlib $(DLLTOOL_PROG)
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
@@ -347,7 +347,7 @@ srconv.o: srconv.c sysroff.h sysroff.c coffgrok.h $(INCDIR)/coff/internal.h \
srconv: srconv.o coffgrok.o $(ADDL_LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ srconv.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
-dlltool:dlltool.o defparse.o deflex.o
+dlltool:dlltool.o defparse.o deflex.o cplus-dem.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ dlltool.o defparse.o deflex.o $(ADDL_LIBS) $(EXTRALIBS)
defparse.c:defparse.y