From 16625f4db1233594db87b31195a33669f6ba4d66 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 3 Dec 2005 10:36:23 +0000 Subject: (svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used --- os/macosx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf