Changeset - r2711:4bf4b89790d6
[Not reviewed]
master
0 1 0
bjarni - 19 years ago 2005-12-03 10:36:23
bjarni@openttd.org
(svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
os/macosx/Makefile
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)