Fix definition of check-stageN-all targets

This commit is contained in:
Brian Anderson 2011-12-03 20:23:54 -08:00
parent 9cc2515dfa
commit 9711596bec
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ check-stage$(1)-H-all-bench: \
endef
$(foreach stage,$(STAGES), \
$(eval $(call DEF_CHECK_FOR_STAGE,$(stage))))
$(eval $(call DEF_CHECK_ALL_FOR_STAGE,$(stage))))
define DEF_CHECK_FOR_STAGE