mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Treat the .c font file as a sentinel for the .h, reduces rebuilds of fonts in -j
This commit is contained in:
parent
0569fbf170
commit
9b04d79e60
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user