From 21049cf266f6c82bef8acfbe7b679e4e8ae6a91c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Nov 2002 22:28:18 +0000 Subject: [PATCH] Build bugpoint git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4790 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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