[build] Add prerequisite path when processing through CPP

This commit is contained in:
Romain Goyet
2021-02-23 20:51:34 -05:00
committed by Léa Saviot
parent 497e4890b1
commit 2703f9a506

View File

@@ -14,7 +14,7 @@ $(eval $(call rule_for, \
$(eval $(call rule_for, \
CPP, %, %.inc, \
$$(CPP) -P $$< $$@, \
$$(CPP) $$(addprefix -I,$$(dir $$^)) -P $$< $$@, \
global \
))