Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8117
Modified Files: Makefile Log Message: fixed [hid] compilation on GNU/Linux after HID Utilities fix on Mac OS X
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** Makefile 19 Mar 2006 05:49:56 -0000 1.41 --- Makefile 21 Mar 2006 15:30:40 -0000 1.42 *************** *** 572,578 **** $(HID_UTILITIES_SOURCE)/build/libHIDUtilities.a: # Apple changed the XCode CLI tool's name in xcode2... arg cd $(HID_UTILITIES_SOURCE) && \ ! (test -x /usr/bin/xcodebuild && /usr/bin/xcodebuild) || pbxbuild !
$(externals_src)/hcs/hid/hid.$(EXTENSION): $(HID_OBJECTS) \ --- 572,580 ---- $(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) || \ ! (test -x /usr/bin/pbxbuild && /usr/bin/pbxbuild) || \ ! echo "Not building Apple HID Utilities"
$(externals_src)/hcs/hid/hid.$(EXTENSION): $(HID_OBJECTS) \