[quake3-commits] r2138 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Aug 5 16:47:03 EDT 2011
Author: ztm
Date: 2011-08-05 16:47:02 -0400 (Fri, 05 Aug 2011)
New Revision: 2138
Modified:
trunk/Makefile
Log:
Don't create clientsmp directory (which is no longer used), pointed out by DevHC.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2011-08-05 19:47:33 UTC (rev 2137)
+++ trunk/Makefile 2011-08-05 20:47:02 UTC (rev 2138)
@@ -1106,7 +1106,6 @@
@if [ ! -d $(BUILD_DIR) ];then $(MKDIR) $(BUILD_DIR);fi
@if [ ! -d $(B) ];then $(MKDIR) $(B);fi
@if [ ! -d $(B)/client ];then $(MKDIR) $(B)/client;fi
- @if [ ! -d $(B)/clientsmp ];then $(MKDIR) $(B)/clientsmp;fi
@if [ ! -d $(B)/renderer ];then $(MKDIR) $(B)/renderer;fi
@if [ ! -d $(B)/renderersmp ];then $(MKDIR) $(B)/renderersmp;fi
@if [ ! -d $(B)/ded ];then $(MKDIR) $(B)/ded;fi
More information about the quake3-commits
mailing list