adium 4530:423d948f6aa4: Missed a path or two.

commits at adium.im commits at adium.im
Sat Jan 21 21:30:24 UTC 2012


details:	http://hg.adium.im/adium/rev/423d948f6aa4
revision:	4530:423d948f6aa4
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sat Jan 21 23:29:55 2012 +0200

Missed a path or two.

diffs (14 lines):

diff -r 02f1465677e3 -r 423d948f6aa4 Makefile
--- a/Makefile	Sat Jan 21 23:02:21 2012 +0200
+++ b/Makefile	Sat Jan 21 23:29:55 2012 +0200
@@ -15,8 +15,8 @@
 .PHONY: all adium clean localizable-strings latest test astest install
 
 adium:
-	xcodebuild -version
-	xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" $(ADIUM_NIGHTLY_FLAGS) build
+	/Xcode4/usr/bin/./xcodebuild -version
+	/Xcode4/usr/bin/./xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" $(ADIUM_NIGHTLY_FLAGS) build
 
 test:
 	/Xcode4/usr/bin/./xcodebuild -version




More information about the commits mailing list