Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS update: Vanilla/newstartd
Date: Sunday March 14, 1999 @ 20:51
Author: tanner
Update of /home/netrek/cvsroot/Vanilla/newstartd
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv615/newstartd
Modified Files:
Makefile
Log Message:
More changes to comply wiht Kurt's #define #include logic.
****************************************
Index: Vanilla/newstartd/Makefile
diff -u Vanilla/newstartd/Makefile:1.6 Vanilla/newstartd/Makefile:1.7
--- Vanilla/newstartd/Makefile:1.6 Sun Mar 14 19:38:06 1999
+++ Vanilla/newstartd/Makefile Sun Mar 14 20:51:15 1999
@@ -41,10 +41,10 @@
$(INSTALL) $(INSTALLOPTS) newstartd $(LIBDIR)/newstartd
depend:
+ touch .depend
makedepend -f.depend $(CFLAGS) $(N_SRC) $(GETPATH_SRC)
rmdependencies:
makedepend
-#####
-# DO NOT DELETE THIS LINE
+-include .depend