Fix parallel building

This commit is contained in:
TuxSH
2019-03-16 13:10:30 +01:00
parent d8c6f94887
commit 68b8c99ad0
6 changed files with 6 additions and 6 deletions

View File

@@ -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)