diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-27 19:35:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-27 19:35:28 +0000 |
commit | e946a8b1020e9a0e75bba33c64739c93c65c1424 (patch) | |
tree | 4ffdcb87ab81ce37506dcd75f0cd65a38117cb71 /distrib/MacOS | |
parent | 845e0b2be11acbfb5a085f3fc12c6d66182c8812 (diff) | |
download | haskell-e946a8b1020e9a0e75bba33c64739c93c65c1424.tar.gz |
Don't use absolute paths unnecessarily when making bindists
Diffstat (limited to 'distrib/MacOS')
-rw-r--r-- | distrib/MacOS/GHC.xcodeproj/project.pbxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/MacOS/GHC.xcodeproj/project.pbxproj b/distrib/MacOS/GHC.xcodeproj/project.pbxproj index fa5f09568f..7b37dbde31 100644 --- a/distrib/MacOS/GHC.xcodeproj/project.pbxproj +++ b/distrib/MacOS/GHC.xcodeproj/project.pbxproj @@ -167,7 +167,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ ${ACTION} = build ]; then\n make -C ../.. BIN_DIST_TOPDIR_ABS=${TARGET_BUILD_DIR}/${CONTENTS_FOLDER_PATH} BIN_DIST_NAME=ghc binary-dist\nfi\n"; + shellScript = "if [ ${ACTION} = build ]; then\n make -C ../.. BIN_DIST_NAME=ghc binary-dist\nfi\n"; }; /* End PBXShellScriptBuildPhase section */ |