(svn r24892) -Fix (r24890): Missing mkdir

This commit is contained in:
frosch 2013-01-06 19:34:13 +00:00
parent fbb9aba0ce
commit ba8d5d662c
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ bundle: all
$(Q)mkdir -p "$(BUNDLE_DIR)/scripts"
$(Q)mkdir -p "$(TTD_DIR)"
$(Q)mkdir -p "$(AI_DIR)"
$(Q)mkdir -p "$(GAME_DIR)"
$(Q)mkdir -p "$(BASESET_DIR)"
$(Q)mkdir -p "$(LANG_DIR)"
ifdef OSXAPP