diff --git a/arm11/Makefile b/arm11/Makefile index 4779627..61b8e4a 100644 --- a/arm11/Makefile +++ b/arm11/Makefile @@ -135,7 +135,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/arm9/Makefile b/arm9/Makefile index a0af4d4..d2c9c3a 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -164,7 +164,7 @@ patches.o: CFLAGS += -DVERSION_MAJOR="$(VERSION_MAJOR)" -DVERSION_MINOR="$(VER #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/k11_extension/Makefile b/k11_extension/Makefile index 5279959..8e179d1 100644 --- a/k11_extension/Makefile +++ b/k11_extension/Makefile @@ -131,7 +131,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/sysmodules/loader/Makefile b/sysmodules/loader/Makefile index a8ea042..14c390d 100755 --- a/sysmodules/loader/Makefile +++ b/sysmodules/loader/Makefile @@ -137,7 +137,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/sysmodules/pxi/Makefile b/sysmodules/pxi/Makefile index 1333728..660d2e1 100644 --- a/sysmodules/pxi/Makefile +++ b/sysmodules/pxi/Makefile @@ -137,7 +137,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) diff --git a/sysmodules/sm/Makefile b/sysmodules/sm/Makefile index 1333728..660d2e1 100644 --- a/sysmodules/sm/Makefile +++ b/sysmodules/sm/Makefile @@ -137,7 +137,7 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- -%.bin.o : %.bin +%.bin.o %_bin.h : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o)