Treat the .c font file as a sentinel for the .h, reduces rebuilds of fonts in -j

This commit is contained in:
Daniel Silverstone 2018-04-22 14:10:10 +01:00
parent 0569fbf170
commit 9b04d79e60

View File

@ -134,7 +134,7 @@ $(2) $(3): $(1) $(TOOLROOT)/convert_font
$(VQ)echo " FONT: $(1) ($(4))"
$(Q)$(TOOLROOT)/convert_font -H $(3) $(1) $(2)
frontends/framebuffer/font_internal.c: $(3)
frontends/framebuffer/font_internal.c: $(2)
endef