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

CVS update: Vanilla/keycomp



Date:	Sunday March 14, 1999 @ 20:51
Author:	tanner

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

Modified Files:
	Makefile 
Log Message:
More changes to comply wiht Kurt's #define #include logic.



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

Index: Vanilla/keycomp/Makefile
diff -u Vanilla/keycomp/Makefile:1.6 Vanilla/keycomp/Makefile:1.7
--- Vanilla/keycomp/Makefile:1.6	Sun Mar 14 19:38:05 1999
+++ Vanilla/keycomp/Makefile	Sun Mar 14 20:51:15 1999
@@ -47,11 +47,10 @@
 	/bin/rm -f rsa_keycomp rsa_key2cap *~ #*#
 
 depend:
+	touch .depend
 	makedepend -f.depend  $(CFLAGS) $(SRCS)
 
 rmdependencies:
 	makedepend
 
-
-#####
-# DO NOT DELETE THIS LINE
+-include .depend