Skip to content

Commit

Permalink
Don't create clientsmp directory (which is no longer used), pointed o…
Browse files Browse the repository at this point in the history
…ut by DevHC.
  • Loading branch information
zturtleman committed Aug 5, 2011
1 parent a87b059 commit b9a060b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b9a060b

Please sign in to comment.