aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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