Run xcodebuild from the right directory.

This commit is contained in:
Josh Elsasser
2007-07-19 02:04:52 +00:00
parent 7428b48010
commit f04f6933f6
+2 -2
View File
@@ -1,8 +1,8 @@
# Use Xcode do make the actual build
all:
@xcodebuild -alltargets -activeconfiguration | grep -v "^$$"
@(cd .. && xcodebuild -alltargets -activeconfiguration | grep -v "^$$")
clean:
@xcodebuild -alltargets -activeconfiguration clean | grep -v "^$$"
@(cd .. && xcodebuild -alltargets -activeconfiguration clean | grep -v "^$$")
define PACKAGE_RULE1
$(RM) tmp "Transmission $(VERSION_PACKAGE)" \