X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..ba6d6ed23dec08b1cd5700a128c0752491c10ac9:/icuSources/tools/Makefile.in diff --git a/icuSources/tools/Makefile.in b/icuSources/tools/Makefile.in index 1cfb2f05..e2c0c499 100644 --- a/icuSources/tools/Makefile.in +++ b/icuSources/tools/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU tools -## Copyright (c) 1999-2010, International Business Machines Corporation and +## Copyright (c) 1999-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information @@ -21,7 +21,7 @@ gentest gennorm2 gencfu .PHONY : all all-local all-recursive install install-local \ install-recursive clean clean-local clean-recursive distclean \ distclean-local distclean-recursive dist dist-local dist-recursive \ -check check-local check-recursive build-local +check check-local check-recursive build-local check-exhaustive ## Clear suffix list .SUFFIXES : @@ -34,6 +34,8 @@ distclean : distclean-recursive dist: dist-recursive check: all check-recursive +check-exhaustive: check + ## Recursive targets all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: @dot_seen=no; \