summaryrefslogtreecommitdiff
path: root/os/macosx
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-03 10:36:23 +0000
committerbjarni <bjarni@openttd.org>2005-12-03 10:36:23 +0000
commitb860d1194d553e96678f438ea206b68b8d6db539 (patch)
tree562d1a3ed74eb7244b9750d14a1a66037989b40b /os/macosx
parentbfeddf1db14e8579f784c28e9c3052cf48d98672 (diff)
downloadopenttd-b860d1194d553e96678f438ea206b68b8d6db539.tar.xz
(svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used
Diffstat (limited to 'os/macosx')
-rw-r--r--os/macosx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/macosx/Makefile b/os/macosx/Makefile
index 9d41eb3a2..d93b3266d 100644
--- a/os/macosx/Makefile
+++ b/os/macosx/Makefile
@@ -39,7 +39,7 @@ endif
# build the bundle. OSX wants to keep apps in bundles, so we will give it one
# the good thing about bundles is that you can keep extra files in them, so we keep lng files and a data dir in it
-build_OSX_bundle:
+build_OSX_bundle: $(TTD)
$(Q)rm -fr "$(OSXAPP)"
$(Q)mkdir -p "$(OSXAPP)"/Contents/MacOS
$(Q)mkdir -p "$(OSXAPP)"/Contents/Resources