aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-14 16:33:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-14 16:33:36 +0000
commit3ca6d8bf85f80f8dbd134342b10dd77b21554c43 (patch)
treedd87ad8ba7d5f933fc6f46153f2c2544a35b9d6c
parentbd02b0a91573ba1a3742e3e3077d72321800d945 (diff)
Allow the Echo and EchoCmd variables to be overridden.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19551 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 7badbddd76..b1363d03c9 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -228,8 +228,8 @@ CFERuntimeLibDir := $(LLVMGCCDIR)/lib
#--------------------------------------------------------------------
# Full Paths To Compiled Tools and Utilities
#--------------------------------------------------------------------
-EchoCmd := $(ECHO) llvm[$(MAKELEVEL)]:
-Echo := @$(EchoCmd)
+EchoCmd = $(ECHO) llvm[$(MAKELEVEL)]:
+Echo = @$(EchoCmd)
ifndef LIBTOOL
LIBTOOL := $(LLVM_OBJ_ROOT)/mklib
endif