diff options
author | frosch <frosch@openttd.org> | 2013-01-06 19:34:13 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-01-06 19:34:13 +0000 |
commit | ba8d5d662c3593e5501bf1b4f77d981a6a69e1ea (patch) | |
tree | eb2bfcaae848d9fbe4dc4324eb92d14eee6ab4fa | |
parent | fbb9aba0ced7557d0e75dbbfce8cd3fa9b0cc7c1 (diff) | |
download | openttd-ba8d5d662c3593e5501bf1b4f77d981a6a69e1ea.tar.xz |
(svn r24892) -Fix (r24890): Missing mkdir
-rw-r--r-- | Makefile.bundle.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in index 4bba01c78..f3096eb46 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -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 |