X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=6dbc9768c4e72515927da4f966bd9425c017832d;hb=d752e0f7e64585839cb3a458ef52456eaebbea3c;hp=4fb672237eea89ad65da54de757336b24285b8e3;hpb=e29c3167d45577c604f5029760175f83e2d1d295;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 4fb672237ee..6dbc9768c4e 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -79,7 +79,7 @@ LLVMBuildTool := $(PROJ_SRC_ROOT)/utils/llvm-build/llvm-build # The files we are going to generate using llvm-build. LLVMBuildMakeFrag := $(PROJ_OBJ_ROOT)/Makefile.llvmbuild LLVMConfigLibraryDependenciesInc := \ - $(PROJ_OBJ_ROOT)/tools/llvm-config/LibraryDependencies.inc + $(PROJ_OBJ_ROOT)/tools/llvm-config-2/LibraryDependencies.inc # The rule to create the LLVMBuild Makefile fragment as well as the llvm-config # library table. @@ -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)