OSDN Git Service

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)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:11:49 +0000 (09:11 -0800)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143746 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index ec631b2..6dbc976 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.