Don't create clientsmp directory (which is no longer used), pointed out by DevHC.

This commit is contained in:
Zack Middleton 2011-08-05 20:47:02 +00:00
parent a87b059ab7
commit b9a060bfe2
1 changed files with 0 additions and 1 deletions

View File

@ -1106,7 +1106,6 @@ makedirs:
@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