From 69e4c98a2187b148ffc6ab61fb50274b0db5fedb 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 llvm-svn: 136 --- 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