summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-20 22:28:18 +0000
committerChris Lattner <sabre@nondot.org>2002-11-20 22:28:18 +0000
commit21049cf266f6c82bef8acfbe7b679e4e8ae6a91c (patch)
treecd036e6c12a9d3d6c701bcd734a4350b25b62796 /tools/Makefile
parentafade9294af43c6b947b9aeaa1555883d5f853e3 (diff)
downloadllvm-21049cf266f6c82bef8acfbe7b679e4e8ae6a91c.tar.gz
llvm-21049cf266f6c82bef8acfbe7b679e4e8ae6a91c.tar.bz2
llvm-21049cf266f6c82bef8acfbe7b679e4e8ae6a91c.tar.xz
Build bugpoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9f1051c1c8..c4823d8a52 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract jello
+PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract jello bugpoint
include $(LEVEL)/Makefile.common