Tue Oct 10 09:39:09 1995 steve chamberlain <sac@slash.cygnus.com>
authorSteve Chamberlain <sac@cygnus>
Tue, 10 Oct 1995 16:39:35 +0000 (16:39 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 10 Oct 1995 16:39:35 +0000 (16:39 +0000)
* Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG.

binutils/ChangeLog
binutils/Makefile.in

index 9b55c24d13446e029f5484e25856b22e556e318e..28f6db840039c24cf618b00554ce3ff7ad009467 100644 (file)
@@ -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.
index ad59970fd254e1f00f9e8361116ad5604fd240b1..c9889521382b0b5d074b1b671b439c6aeb82d914 100644 (file)
@@ -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
This page took 0.029304 seconds and 4 git commands to generate.