summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/Makefile')
-rw-r--r--rbutil/sansapatcher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile
index 4e86d6b06f..08af2bb6c8 100644
--- a/rbutil/sansapatcher/Makefile
+++ b/rbutil/sansapatcher/Makefile
@@ -39,7 +39,8 @@ 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 $(CROSS)$(WINDRES) -i sansapatcher.rc -o sansapatcher-rc.o 42 @echo WINDRES $(notdir $<)
43 $(SILENT)$(CROSS)$(WINDRES) -i sansapatcher.rc -o $@
43 44
44bootimg_c200.c: firmware.mi4 $(BIN2C) 45bootimg_c200.c: firmware.mi4 $(BIN2C)
45 @echo BIN2C $< 46 @echo BIN2C $<