ICU-8936 Fix check-exhaustive in main Makefile

X-SVN-Rev: 30967
This commit is contained in:
Michael Ow 2011-11-15 17:22:33 +00:00
parent 9ba9b4ad4e
commit eb1d80034f

View file

@ -69,7 +69,7 @@ install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive doc dist dist-local dist-recursive \
check check-local check-recursive clean-recursive-with-twist install-icu \
doc install-doc tests icu4j-data icu4j-data-install update-windows-makefiles xcheck-local xcheck-recursive xperf xcheck xperf-recursive \
check-exhaustive check-exhaustive-recursive
check-exhaustive check-exhaustive-local check-exhaustive-recursive
## Clear suffix list
.SUFFIXES :
@ -86,6 +86,8 @@ xcheck: all xcheck-recursive
xperf: all xperf-recursive
check-exhaustive: all check-exhaustive-recursive
check-exhaustive-local: check-local
xcheck-recursive: all xcheck-local
@$(MAKE) -C test xcheck