From fdabd340c0448525fdccf3df1d18bbf769307476 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 21 Mar 2006 15:30:40 +0000 Subject: fixed [hid] compilation on GNU/Linux after HID Utilities fix on Mac OS X svn path=/trunk/; revision=4746 --- externals/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index 156ead8c..c976edf7 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -571,9 +571,11 @@ $(HID_OBJECTS) : %.o : %.c $(HID_UTILITIES_SOURCE)/build/libHIDUtilities.a: # Apple changed the XCode CLI tool's name in xcode2... arg +# if on non-Mac OS X, this target just echos a message cd $(HID_UTILITIES_SOURCE) && \ - (test -x /usr/bin/xcodebuild && /usr/bin/xcodebuild) || pbxbuild - + (test -x /usr/bin/xcodebuild && /usr/bin/xcodebuild) || \ + (test -x /usr/bin/pbxbuild && /usr/bin/pbxbuild) || \ + echo "Not building Apple HID Utilities" $(externals_src)/hcs/hid/hid.$(EXTENSION): $(HID_OBJECTS) \ $(HID_UTILITIES_SOURCE)/build/libHIDUtilities.a -- cgit v1.2.1