]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/extra/Makefile.in
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / extra / Makefile.in
index 937859ca5527a2f23325a4d34df414ad0e186f14..34d727000ef76bec4080af2261bc173c48a23748 100644 (file)
@@ -1,6 +1,6 @@
 #******************************************************************************
 #
-#   Copyright (C) 1999-2004, International Business Machines
+#   Copyright (C) 1999-2011, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #
 #******************************************************************************
@@ -27,7 +27,7 @@ SUBDIRS = uconv
 .PHONY : all all-local all-recursive install install-local             \
 install-recursive clean clean-local clean-recursive distclean          \
 distclean-local distclean-recursive dist dist-recursive dist-local     \
-check check-recursive check-local
+check check-recursive check-local check-exhaustive
 
 ## Clear suffix list
 .SUFFIXES :
@@ -40,6 +40,8 @@ distclean : distclean-recursive distclean-local
 dist: dist-recursive dist-local
 check: all check-recursive check-local
 
+check-exhaustive: check
+
 ## Recursive targets
 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
        @dot_seen=no; \