From: Chris Lattner Date: Wed, 22 May 2002 20:27:15 +0000 (+0000) Subject: Build the extract utility X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3329c3cc02b42910d99a85d3205735bdce818248;p=oota-llvm.git Build the extract utility git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index aeccb939e3d..8fe52c02c82 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = as dis opt link gccas lli llc gccld analyze +DIRS = as dis opt link gccas lli llc gccld analyze extract include $(LEVEL)/Makefile.common