From: Reid Spencer Date: Fri, 14 Jan 2005 16:33:36 +0000 (+0000) Subject: Allow the Echo and EchoCmd variables to be overridden. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3ca6d8bf85f80f8dbd134342b10dd77b21554c43;p=oota-llvm.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index 7badbddd762..b1363d03c9e 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