summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-04 23:40:14 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-04 23:40:14 +0000
commit774ec45f3d7ef8b6fafe8d653ccaae0fd0a1933e (patch)
treece9c649e9c06520f3ab6aa9426f7330a433e8765 /Makefile.rules
parent20fb32b3922ea23d4c83b2c54c565bdf95bb4ad5 (diff)
downloadllvm-774ec45f3d7ef8b6fafe8d653ccaae0fd0a1933e.tar.gz
llvm-774ec45f3d7ef8b6fafe8d653ccaae0fd0a1933e.tar.bz2
llvm-774ec45f3d7ef8b6fafe8d653ccaae0fd0a1933e.tar.xz
build/make: Fix the output path of the llvm-config-2 library dependency table.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index ec631b2db0..6dbc9768c4 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.