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

CVS update: Vanilla/tools



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

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

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



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

Index: Vanilla/tools/Makefile
diff -u Vanilla/tools/Makefile:1.12 Vanilla/tools/Makefile:1.13
--- Vanilla/tools/Makefile:1.12	Tue Mar 16 02:53:24 1999
+++ Vanilla/tools/Makefile	Wed Mar 17 18:26:29 1999
@@ -167,5 +167,4 @@
 rmdependencies:
 	makedepend
 
--include .depend
-# DO NOT DELETE
+sinclude .depend