From d3e724281a7087e716b0988ef5a847741a0187f2 Mon Sep 17 00:00:00 2001 From: paulbeach Date: Wed, 19 Dec 2007 10:43:34 +0000 Subject: [PATCH] Correction --- extern/icu/source/config/mh-darwin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extern/icu/source/config/mh-darwin b/extern/icu/source/config/mh-darwin index f560e3ad0c..c759f45072 100644 --- a/extern/icu/source/config/mh-darwin +++ b/extern/icu/source/config/mh-darwin @@ -74,7 +74,7 @@ STATIC_O = ao @echo "generating dependency information for $<" @$(GEN_DEPS.c) $< > /dev/null @mv $@ $@~ - @echo -n "$@ " > $@ +# @echo -n "$@ " > $@ @cat < $@~ >> $@ @-rm $@~ @@ -82,7 +82,7 @@ STATIC_O = ao @echo "generating dependency information for $<" @$(GEN_DEPS.cc) $< >/dev/null @mv $@ $@~ - @echo -n "$@ " > $@ +# @echo -n "$@ " > $@ @cat < $@~ >> $@ @-rm $@~