summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4fb672237e..ec631b2db0 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)