From 197e5dc1d3b54e77c8089345b0467090e44dfb48 Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Wed, 10 Oct 2012 17:42:23 +0000 Subject: [PATCH] (bleh, stupid alt_ios_gen.c) --- Makefile.main | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.main b/Makefile.main index 38ad4864..56da2e5f 100644 --- a/Makefile.main +++ b/Makefile.main @@ -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)