From 9aa97849a0e017ebadccc4c8e58b109d8c1ae41b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 3 Jul 2001 15:30:21 +0000 Subject: [PATCH] Build new analyze tool git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 0c2cedb7ebe..0b1d4df9ae8 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = dis as opt +DIRS = dis as opt analyze include $(LEVEL)/Makefile.common