Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/tools



Date:	Wednesday March 22, 2000 @ 16:00
Author:	karthik

Update of /home/netrek/cvsroot/Vanilla/tools
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv21913

Modified Files:
	Makefile 
Log Message:
Would not compile with LTD_STATS on


****************************************

Index: Vanilla/tools/Makefile
diff -u Vanilla/tools/Makefile:1.18 Vanilla/tools/Makefile:1.19
--- Vanilla/tools/Makefile:1.18	Thu Jul 15 18:52:02 1999
+++ Vanilla/tools/Makefile	Wed Mar 22 16:00:12 2000
@@ -81,7 +81,7 @@
 #	$(CC) -o ./cb_sock.o -g $(CFLAGS) -DCAMBOT -c ../ntserv/socket.c
 
 cambot: cambot.o $(M_OBJS) $(GETPATH)
-	$(CC) -o $@ $(CFLAGS) cambot.o ../ntserv/genspkt.o ../ntserv/sysdefaults.o ../ntserv/getship.o ../ntserv/warning.o ../ntserv/smessage.o ../ntserv/distress.o $(M_OBJS) ../ntserv/getpath.o  $(RSA_LIB)
+	$(CC) -o $@ $(CFLAGS) cambot.o ../ntserv/genspkt.o ../ntserv/sysdefaults.o ../ntserv/getship.o ../ntserv/warning.o ../ntserv/smessage.o ../ntserv/distress.o ../ntserv/util.o $(M_OBJS) ../ntserv/getpath.o  $(RSA_LIB)
 
 sortdb: sortdb.c ../ntserv/struct.h ../ntserv/defs.h
 	$(CC) -o $@ $(CFLAGS) sortdb.c