]> granicus.if.org Git - icu/commitdiff
ICU-9654 export SILENT_COMPILE for test apps
authorSteven R. Loomis <srl@icu-project.org>
Fri, 12 Oct 2012 23:53:32 +0000 (23:53 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Fri, 12 Oct 2012 23:53:32 +0000 (23:53 +0000)
X-SVN-Rev: 32628

icu4c/source/config/Makefile.inc.in

index 7a4496ef3a3744812f1b25d3a4310e2eacc5fbf3..cdc0caf6e332b086bc16e969fefebd3f3047a842 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 #******************************************************************************
-#   Copyright (C) 1999-2011, International Business Machines
+#   Copyright (C) 1999-2012, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #******************************************************************************
 # This Makefile.inc is designed to be included into projects which make use
@@ -223,6 +223,8 @@ sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 INSTALL-L = ${INSTALL_DATA}
 
+# for derivative builds - don't bother with SILENT_COMPILE
+SILENT_COMPILE=$(1)
 
 ##################################################################
 ##################################################################