(svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used
authorbjarni
Sat, 03 Dec 2005 10:36:23 +0000
changeset 2711 6d702cb739e6
parent 2710 44278abd3ef9
child 2712 f0b9526767d3
(svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used
os/macosx/Makefile
--- a/os/macosx/Makefile	Fri Dec 02 19:41:35 2005 +0000
+++ b/os/macosx/Makefile	Sat Dec 03 10:36:23 2005 +0000
@@ -39,7 +39,7 @@
 
 # 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