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

CVS update: Vanilla/newstartd



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

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

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



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

Index: Vanilla/newstartd/Makefile
diff -u Vanilla/newstartd/Makefile:1.10 Vanilla/newstartd/Makefile:1.11
--- Vanilla/newstartd/Makefile:1.10	Tue Mar 16 02:53:23 1999
+++ Vanilla/newstartd/Makefile	Wed Mar 17 18:26:25 1999
@@ -47,5 +47,4 @@
 rmdependencies:
 	makedepend
 
--include .depend
-# DO NOT DELETE
+sinclude .depend