(bleh, stupid alt_ios_gen.c)

This commit is contained in:
fix94.1 2012-10-10 17:42:23 +00:00
parent cca5f4559e
commit 197e5dc1d3

View File

@ -162,7 +162,8 @@ DEPENDS := $(OFILES:.o=.d)
# main targets
#---------------------------------------------------------------------------------
$(OUTPUT).dol: $(OUTPUT).elf
$(OUTPUT).elf: $(OFILES)
$(OUTPUT).elf: $(OFILES) alt_ios_gen.o
$(BUILD)/alt_ios_gen.o: alt_ios_gen.c
#---------------------------------------------------------------------------------
# This rule links in binary data with the .txt extension
@ -188,7 +189,7 @@ $(OUTPUT).elf: $(OFILES)
#---------------------------------------------------------------------------------
# This rule links in binary data with the .ogg extension
#---------------------------------------------------------------------------------
%.ogg.o : %.ogg
%.ogg.o : %.ogg
@echo $(notdir $<)
@$(bin2o)
@ -209,7 +210,7 @@ $(OUTPUT).elf: $(OFILES)
#---------------------------------------------------------------------------------
# This rule links in binary data with the .dol extension
#---------------------------------------------------------------------------------
%.dol.o : %.dol
%.dol.o : %.dol
@echo $(notdir $<)
@$(bin2o)