summaryrefslogtreecommitdiff
path: root/rbutil/e200rpatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/e200rpatcher/Makefile')
-rw-r--r--rbutil/e200rpatcher/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/e200rpatcher/Makefile b/rbutil/e200rpatcher/Makefile
index d015d10f3c..2cf1500058 100644
--- a/rbutil/e200rpatcher/Makefile
+++ b/rbutil/e200rpatcher/Makefile
@@ -33,11 +33,11 @@ e200rpatcher-mac: e200rpatcher-i386 e200rpatcher-ppc
33 lipo -create e200rpatcher-ppc e200rpatcher-i386 -output e200rpatcher-mac 33 lipo -create e200rpatcher-ppc e200rpatcher-i386 -output e200rpatcher-mac
34 34
35e200rpatcher-i386: e200rpatcher.c bootimg.c usb.h libusb-i386.a 35e200rpatcher-i386: e200rpatcher.c bootimg.c usb.h libusb-i386.a
36 gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -framework iokit -framework coreservices -arch i386 $(CFLAGS) -o e200rpatcher-i386 e200rpatcher.c bootimg.c -I. libusb-i386.a 36 gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -framework iokit -framework coreservices -arch i386 $(CFLAGS) -o e200rpatcher-i386 e200rpatcher.c bootimg.c -I. libusb-i386.a
37 strip e200rpatcher-i386 37 strip e200rpatcher-i386
38 38
39e200rpatcher-ppc: e200rpatcher.c bootimg.c usb.h libusb-ppc.a 39e200rpatcher-ppc: e200rpatcher.c bootimg.c usb.h libusb-ppc.a
40 gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -framework iokit -framework coreservices -arch ppc $(CFLAGS) -o e200rpatcher-ppc e200rpatcher.c bootimg.c -I. libusb-ppc.a 40 gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -framework iokit -framework coreservices -arch ppc $(CFLAGS) -o e200rpatcher-ppc e200rpatcher.c bootimg.c -I. libusb-ppc.a
41 strip e200rpatcher-ppc 41 strip e200rpatcher-ppc
42 42
43bin2c: ../sansapatcher/bin2c.c 43bin2c: ../sansapatcher/bin2c.c