mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Skip sysconfig.h for the wii as well
This commit is contained in:
parent
318a5fcd0d
commit
0777b096dd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user