aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-26 22:32:00 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-26 22:32:00 +0000
commit3449c746ac25128694f3575122bad212724080cd (patch)
tree05f1834d93cd66fd12049986fb88ffbadbdeb53f /Makefile
parentf4fe48db7083090fcfbec7c95c21fbad2f721dfd (diff)
downloadioquake3-aero-3449c746ac25128694f3575122bad212724080cd.tar.gz
ioquake3-aero-3449c746ac25128694f3575122bad212724080cd.zip
* Removed some unused dirs from makedirs
git-svn-id: svn://svn.icculus.org/quake3/trunk@528 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 72e01cd..eebaa12 100644
--- a/Makefile
+++ b/Makefile
@@ -714,7 +714,6 @@ makedirs:
@if [ ! -d $(B) ];then $(MKDIR) $(B);fi
@if [ ! -d $(B)/client ];then $(MKDIR) $(B)/client;fi
@if [ ! -d $(B)/ded ];then $(MKDIR) $(B)/ded;fi
- @if [ ! -d $(B)/ref ];then $(MKDIR) $(B)/ref;fi
@if [ ! -d $(B)/baseq3 ];then $(MKDIR) $(B)/baseq3;fi
@if [ ! -d $(B)/baseq3/cgame ];then $(MKDIR) $(B)/baseq3/cgame;fi
@if [ ! -d $(B)/baseq3/game ];then $(MKDIR) $(B)/baseq3/game;fi
@@ -727,7 +726,6 @@ makedirs:
@if [ ! -d $(B)/missionpack/ui ];then $(MKDIR) $(B)/missionpack/ui;fi
@if [ ! -d $(B)/missionpack/qcommon ];then $(MKDIR) $(B)/missionpack/qcommon;fi
@if [ ! -d $(B)/missionpack/vm ];then $(MKDIR) $(B)/missionpack/vm;fi
- @if [ ! -d $(B)/q3static ];then $(MKDIR) $(B)/q3static;fi
#############################################################################
# QVM BUILD TOOLS