From e062c50b19aa5e0c43bab9a52b94247766083124 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 14 May 2012 22:34:34 +0200 Subject: Comment this one because it randomly breaks Windows build Change-Id: I3f00ab7149d6d198292d63ed3f16b213b39a3054 --- icu/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icu') diff --git a/icu/makefile.mk b/icu/makefile.mk index 38bbcddedd93..c4cecdbd15a4 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -280,7 +280,7 @@ OUT2BIN= \ #make sure that when we deliver the headers of a new icu that the timestamps #are newer than the last icu to ensure dependencies are correctly rebuilt -INSTALL_ACTION=find . -name "*.h" -print0 | xargs -0 touch +#INSTALL_ACTION=find . -name "*.h" -print0 | xargs -0 touch # --- Targets ------------------------------------------------------ -- cgit