diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-22 20:27:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-22 20:27:15 +0000 |
commit | 3329c3cc02b42910d99a85d3205735bdce818248 (patch) | |
tree | e72607d28e8facb1e937da917ed62f8ab71a6868 | |
parent | 579d91411acac4ad68e65376050b1f1729e63ec5 (diff) |
Build the extract utility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2717 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index aeccb939e3..8fe52c02c8 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 |