From c7f60050da130eaeab11a53142a65b61c92c34a1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 May 2012 18:09:44 +0100 Subject: restore this, problem was ever-growing PATH for incremental builds which is hopefully fixed by b0b92d1e5f2097652b12252a32cea40a5868e20c Change-Id: I237381609b132666083fd0ff159625770e0db243 --- 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 c4cecdbd15a4..38bbcddedd93 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