forked from OSchip/llvm-project
build: Use right Echo variable and use Verb appropriately.
llvm-svn: 143664
This commit is contained in:
parent
3dea5c7cad
commit
1bd49deec0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue