diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2009-07-05 18:45:12 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2009-07-05 18:45:12 +0000 |
commit | 1b752474a6c1520cd6bbdff2c1703430c12e11e2 (patch) | |
tree | 019f9235a8611583bbf4258ac71ef579b47a2ed2 /rbutil/e200rpatcher | |
parent | 5931c2a82aa745c6726adf64a897d8eb64f7ea3b (diff) |
fix bin2c.c path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21670 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/e200rpatcher')
-rw-r--r-- | rbutil/e200rpatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/e200rpatcher/Makefile b/rbutil/e200rpatcher/Makefile index 2cf1500058..d8a308df31 100644 --- a/rbutil/e200rpatcher/Makefile +++ b/rbutil/e200rpatcher/Makefile @@ -40,8 +40,8 @@ e200rpatcher-ppc: e200rpatcher.c bootimg.c usb.h libusb-ppc.a 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 strip e200rpatcher-ppc -bin2c: ../sansapatcher/bin2c.c - $(NATIVECC) $(CFLAGS) -o bin2c ../sansapatcher/bin2c.c +bin2c: ../tools/bin2c.c + $(NATIVECC) $(CFLAGS) -o bin2c ../tools/bin2c.c bootimg.c: bootloader.bin bin2c ./bin2c bootloader.bin bootimg |