Ticket #29121: Makefile.in.patch
File Makefile.in.patch, 887 bytes (added by steve@…, 14 years ago) |
---|
-
Makefile.
old new 155 155 156 156 ABQuery/pbxbuild.sh: 157 157 if [ "$(XCODEBUILD)" != "no" ]; then \ 158 (cd ABQuery; xcodebuild - buildstyleDeployment; printf '#!/bin/sh\nmkdir ABQuery/sym\nEXE=ABQuery/build/ABQuery\nif test -x ABQuery/build/Deployment/ABQuery; then EXE=ABQuery/build/Deployment/ABQuery; fi\ncp $$EXE ABQuery/sym\n' > pbxbuild.sh; chmod a+x pbxbuild.sh) \158 (cd ABQuery; xcodebuild -configuration Deployment; printf '#!/bin/sh\nmkdir ABQuery/sym\nEXE=ABQuery/build/ABQuery\nif test -x ABQuery/build/Deployment/ABQuery; then EXE=ABQuery/build/Deployment/ABQuery; fi\ncp $$EXE ABQuery/sym\n' > pbxbuild.sh; chmod a+x pbxbuild.sh) \ 159 159 else \ 160 (cd ABQuery; pbxbuild - buildstyleDeployment export) \160 (cd ABQuery; pbxbuild -configuration Deployment export) \ 161 161 fi 162 162 163 163 clean: