summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-01-01 13:05:39 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-01-01 15:06:41 +0100
commita8d291bd20428a59d29b886b7b1403261f9e5af3 (patch)
treedd4c2b1a239a586015820c054f52f43d38b0440e /rbutil/sansapatcher
parentb63d429c8f2c68994600d98bfaddf59ca16fc889 (diff)
downloadrockbox-a8d291bd20428a59d29b886b7b1403261f9e5af3.tar.gz
rockbox-a8d291bd20428a59d29b886b7b1403261f9e5af3.zip
Fix cross compiling sansapatcher.
windres also needs the cross compiler prefix. Change-Id: Ia27ac8b9f3b47962764eff6b960e1105544b0b89
Diffstat (limited to 'rbutil/sansapatcher')
-rw-r--r--rbutil/sansapatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile
index 88b3b65345..4e86d6b06f 100644
--- a/rbutil/sansapatcher/Makefile
+++ b/rbutil/sansapatcher/Makefile
@@ -39,7 +39,7 @@ endif
39 39
40$(OBJDIR)main.o: $(BOOTSRC) 40$(OBJDIR)main.o: $(BOOTSRC)
41$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest 41$(OBJDIR)sansapatcher-rc.o: sansapatcher.rc sansapatcher.manifest
42 $(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o 42 $(CROSS)$(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o
43 43
44bootimg_c200.c: firmware.mi4 $(BIN2C) 44bootimg_c200.c: firmware.mi4 $(BIN2C)
45 @echo BIN2C $< 45 @echo BIN2C $<