summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/Makefile')
-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 $<