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

CVS update: Vanilla/xsg



Date:	Wednesday March 17, 1999 @ 18:26
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/xsg
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv1272/xsg

Modified Files:
	Makefile 
Log Message:
Changed all the makefiles to use sinclude .depend, since -include is GNU
make specific.



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

Index: Vanilla/xsg/Makefile
diff -u Vanilla/xsg/Makefile:1.11 Vanilla/xsg/Makefile:1.12
--- Vanilla/xsg/Makefile:1.11	Sun Mar 14 20:51:22 1999
+++ Vanilla/xsg/Makefile	Wed Mar 17 18:26:30 1999
@@ -71,4 +71,4 @@
 	touch .depend
 	makedepend -f.depend $(CFLAGS) $(INCS) $(SRCS) 
 
--include .depend
+sinclude .depend