From: Chris Lattner Date: Wed, 20 Nov 2002 22:28:18 +0000 (+0000) Subject: Build bugpoint X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=21049cf266f6c82bef8acfbe7b679e4e8ae6a91c;p=oota-llvm.git Build bugpoint git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4790 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 9f1051c1c8c..c4823d8a526 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