r143 - trunk/code/tools/lcc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 5 17:07:47 EDT 2005


Author: tma
Date: 2005-10-05 17:07:47 -0400 (Wed, 05 Oct 2005)
New Revision: 143

Modified:
   trunk/code/tools/lcc/makefile
Log:
* Fixed a foul-up with the lcc Makefile


Modified: trunk/code/tools/lcc/makefile
===================================================================
--- trunk/code/tools/lcc/makefile	2005-10-05 18:13:34 UTC (rev 142)
+++ trunk/code/tools/lcc/makefile	2005-10-05 21:07:47 UTC (rev 143)
@@ -31,7 +31,7 @@
 	- at echo make all q3rcc lburg q3cpp q3lcc bprint liblcc triple clean clobber
 
 makedirs:
-	@if [ ! -d $(B) ];then mkdir $(B);fi
+	@if [ ! -d $(BD) ];then mkdir $(BD);fi
 	@if [ ! -d $(T) ];then mkdir $(T);fi
 	
 all::	q3rcc lburg q3cpp q3lcc bprint liblcc




More information about the quake3-commits mailing list