summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-07-26 17:06:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-07-26 17:06:02 +0000
commit44b60ec45522934b1d9d22ca7fa9d6966776b65e (patch)
tree8a0e110129cb2f9c4feaa54b815c3fa32dad4d40 /tools/Makefile
parent23dd3327a03b9b64b428ea07dae580326159e47b (diff)
downloadllvm-44b60ec45522934b1d9d22ca7fa9d6966776b65e.tar.gz
llvm-44b60ec45522934b1d9d22ca7fa9d6966776b65e.tar.bz2
llvm-44b60ec45522934b1d9d22ca7fa9d6966776b65e.tar.xz
Build llvm-config to identify library cycles earlier in the build process.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e262b2ace3..e066740b17 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,9 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL := ..
-PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
- analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
- llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
+PARALLEL_DIRS := llvm-config llvm-as llvm-dis opt gccas llc llvm-link lli gccld\
+ llvm-stub analyze llvm-extract llvm-nm llvm-prof llvm-ar \
+ llvm-ranlib llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint
OPTIONAL_DIRS := llvm2cpp