]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
build/Make: Change llvm-config-2 to be compiled as a build tool.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Nov 2011 22:59:49 +0000 (22:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Nov 2011 22:59:49 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144421 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index f2044fa5ca945de939b44832a2917b438619f15e..a08818c2109aaffe6d74c8be5374c942b368c07c 100644 (file)
--- 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 \