From b34877f18edbe15ce2f9941c2ae6515f79c5080a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 28 Mar 2009 04:33:54 -0500 Subject: [PATCH] Makefile creates Factor.app/Contents/Frameworks/ if it doesn't already exist, since it's not present in fresh checkouts --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddfe916742..a652edbcea 100644 --- a/Makefile +++ b/Makefile @@ -141,9 +141,10 @@ wince-arm: macosx.app: factor mkdir -p $(BUNDLE)/Contents/MacOS + mkdir -p $(BUNDLE)/Contents/Frameworks mv $(EXECUTABLE) $(BUNDLE)/Contents/MacOS/factor ln -s Factor.app/Contents/MacOS/factor ./factor - cp $(ENGINE) $(BUNDLE)/Contents/Frameworks + cp $(ENGINE) $(BUNDLE)/Contents/Frameworks/$(ENGINE) install_name_tool \ -change libfactor.dylib \