summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-11 22:59:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-11 22:59:49 +0000
commit8d870abe759784384b2cd9e76eaf7c494d769725 (patch)
tree2a7ba4494522ff0858f2896add76ca7c43b678ae /Makefile
parentc2f9c8984af4fa82b42408c0ce1c791c487502d0 (diff)
downloadllvm-8d870abe759784384b2cd9e76eaf7c494d769725.tar.gz
llvm-8d870abe759784384b2cd9e76eaf7c494d769725.tar.bz2
llvm-8d870abe759784384b2cd9e76eaf7c494d769725.tar.xz
build/Make: Change llvm-config-2 to be compiled as a build tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2044fa5ca..a08818c210 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ LEVEL := .
ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
ifeq ($(BUILD_DIRS_ONLY),1)
- DIRS := lib/Support lib/TableGen utils
+ DIRS := lib/Support lib/TableGen utils tools/llvm-config-2
OPTIONAL_DIRS := tools/clang/utils/TableGen
else
DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \