summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-15 18:09:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-16 12:04:10 +0100
commitc7f60050da130eaeab11a53142a65b61c92c34a1 (patch)
tree3df9abd8d982ddf42e71f36057b0bec8add0a381 /icu
parente3633f60b349022994e291aa3d1a0c90c3403b2e (diff)
restore this, problem was ever-growing PATH for incremental builds
which is hopefully fixed by b0b92d1e5f2097652b12252a32cea40a5868e20c Change-Id: I237381609b132666083fd0ff159625770e0db243
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk2
1 files changed, 1 insertions, 1 deletions
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 ------------------------------------------------------