X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/extra/Makefile.in diff --git a/icuSources/extra/Makefile.in b/icuSources/extra/Makefile.in index 937859ca..34d72700 100644 --- a/icuSources/extra/Makefile.in +++ b/icuSources/extra/Makefile.in @@ -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; \