From ac4c95b4a4244561f200afca23d2f0a66502b91a Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 6 Jul 2009 20:59:27 +0200 Subject: [PATCH] bug 502193 - Apple Events support doesn't compile on mozilla-central after bug 363747, r=Standard8 --- suite/app/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suite/app/Makefile.in b/suite/app/Makefile.in index 59cab8c0d6..69ed9c3dd4 100644 --- a/suite/app/Makefile.in +++ b/suite/app/Makefile.in @@ -305,7 +305,9 @@ libs:: $(PROGRAM) mkdir -p $(DIST)/$(APP_NAME).app/Contents/Plug-Ins rsync -a --copy-unsafe-links $(DIST)/package/PrintPDE.plugin $(DIST)/$(APP_NAME).app/Contents/Plug-Ins cp -RL $(srcdir)/../branding/icons/mac/*.icns $(DIST)/$(APP_NAME).app/Contents/Resources/ +ifdef MOZILLA_1_9_1_BRANCH cp -RL $(DIST)/package/mozillaSuite.rsrc $(DIST)/$(APP_NAME).app/Contents/Resources/$(PROGRAM).rsrc +endif printf APPLMOZZ > $(DIST)/$(APP_NAME).app/Contents/PkgInfo # remove CVS dirs from packaged app find $(DIST)/$(APP_NAME).app -type d -name "CVS" -prune -exec rm -rf {} \;