r125 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 28 19:26:13 EDT 2005


Author: tma
Date: 2005-09-28 19:26:13 -0400 (Wed, 28 Sep 2005)
New Revision: 125

Modified:
   trunk/code/unix/Makefile
Log:
* Added a - to the dependancies include line


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-09-28 23:18:34 UTC (rev 124)
+++ trunk/code/unix/Makefile	2005-09-28 23:26:13 UTC (rev 125)
@@ -1561,4 +1561,4 @@
 # DEPENDANCIES
 #############################################################################
 
-include $(shell find -name "*.d")
+-include $(shell find -name "*.d")




More information about the quake3-commits mailing list