fix parallel building for switch version

This commit is contained in:
BernardoGiordano 2018-08-13 15:49:33 +02:00
parent 06e2806ec2
commit 5d3109a88b

View file

@ -194,7 +194,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)