From 3329c3cc02b42910d99a85d3205735bdce818248 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 May 2002 20:27:15 +0000 Subject: [PATCH] Build the extract utility git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2717 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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