Fix definition of check-stageN-all targets
This commit is contained in:
parent
9cc2515dfa
commit
9711596bec
|
@ -457,7 +457,7 @@ check-stage$(1)-H-all-bench: \
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach stage,$(STAGES), \
|
$(foreach stage,$(STAGES), \
|
||||||
$(eval $(call DEF_CHECK_FOR_STAGE,$(stage))))
|
$(eval $(call DEF_CHECK_ALL_FOR_STAGE,$(stage))))
|
||||||
|
|
||||||
define DEF_CHECK_FOR_STAGE
|
define DEF_CHECK_FOR_STAGE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue