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

CVS update: Vanilla/keycomp



Date:	Saturday March 13, 1999 @ 13:47
Author:	tanner

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

Modified Files:
	Makefile 
Log Message:
Changed the Makefiles so that the makedepend dependancies are not appended 
to the Makefiles. This is to prevent system dependancies from being 
committed to the repostitory.

Please let me know if this works on all platforms. I believe the method
I used is GNU make specific. If that is the case I'd like to make
GNU make a required tool. 



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

Index: Vanilla/keycomp/Makefile
diff -u Vanilla/keycomp/Makefile:1.3 Vanilla/keycomp/Makefile:1.4
--- Vanilla/keycomp/Makefile:1.3	Sat Mar 13 03:40:35 1999
+++ Vanilla/keycomp/Makefile	Sat Mar 13 13:47:23 1999
@@ -47,7 +47,7 @@
 	/bin/rm -f rsa_keycomp rsa_key2cap *~ #*#
 
 depend:
-	makedepend $(CFLAGS) -f Makefile $(SRCS)
+	$(CPP) -M  $(CFLAGS) $(SRCS) > .depend
 
 rmdependencies:
 	makedepend