summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-28 03:53:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-28 03:53:02 +0000
commit6cf4acc18d83a2aecb55539c7227e1a05474ead7 (patch)
tree6693096621a7892b84b4a9784f7159f704e86b61 /tools/Makefile
parente84f92db26ded7b9eb69060637a04d82daf22a6b (diff)
downloadllvm-6cf4acc18d83a2aecb55539c7227e1a05474ead7.tar.gz
llvm-6cf4acc18d83a2aecb55539c7227e1a05474ead7.tar.bz2
llvm-6cf4acc18d83a2aecb55539c7227e1a05474ead7.tar.xz
Add llvm-ld to the subdirs to be built
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17293 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 7f872cc61a..1e02800e28 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,9 +8,9 @@
##===----------------------------------------------------------------------===##
LEVEL := ..
-PARALLEL_DIRS := llvmc llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
- llvm-stub analyze extract bugpoint llvm-nm llvm-prof llvm-db \
- llvm-ar llvm-bcanalyzer llee
+PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
+ analyze extract bugpoint llvm-nm llvm-prof llvm-db \
+ llvm-ar llvm-bcanalyzer llee llvmc llvm-ld
EXTRA_DIST := Makefile.JIT