From d5574f62d3932ba4adbdfb7e292c3e1e8116a06f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 3 Nov 2011 23:01:50 +0000 Subject: [PATCH] build: Use right Echo variable and use Verb appropriately. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143664 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.rules b/Makefile.rules index 4fb672237ee..ec631b2db0d 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -87,8 +87,8 @@ LLVMConfigLibraryDependenciesInc := \ # Note that this target gets its real dependencies generated for us by # llvm-build. $(LLVMBuildMakeFrag): - $(EchoCmd) Constructing LLVMBuild project information. ; \ - $(LLVMBuildTool) \ + $(Echo) Constructing LLVMBuild project information. + $(Verb) $(LLVMBuildTool) \ --write-library-table $(LLVMConfigLibraryDependenciesInc) \ --write-make-fragment $(LLVMBuildMakeFrag)