build/make: Fix the output path of the llvm-config-2 library dependency table.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 4 Nov 2011 23:40:14 +0000 (23:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 4 Nov 2011 23:40:14 +0000 (23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143746 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index ec631b2db0d04021dee3bde5a6f5081b5d608b79..6dbc9768c4e72515927da4f966bd9425c017832d 100644 (file)
@@ -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.