Skip sysconfig.h for the wii as well

This commit is contained in:
simon.kagstrom 2010-02-07 17:11:03 +00:00
parent 318a5fcd0d
commit 0777b096dd

View File

@ -142,7 +142,7 @@ DEPENDS := $(OFILES:.o=.d)
# main targets
#---------------------------------------------------------------------------------
$(OUTPUT).dol: $(OUTPUT).elf
$(OUTPUT).elf: sysconfig.h $(OFILES)
$(OUTPUT).elf: $(OFILES)
#---------------------------------------------------------------------------------
# This rule links in binary data with the .jpg extension
@ -152,9 +152,6 @@ $(OUTPUT).elf: sysconfig.h $(OFILES)
@echo $(notdir $<)
$(bin2o)
sysconfig.h: sysconfig.h.Wii
cp $< $@
Display.cpp: Display_SDL.h
-include $(DEPENDS)