From: Chris Lattner Date: Tue, 3 Jul 2001 15:30:21 +0000 (+0000) Subject: Build new analyze tool X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9aa97849a0e017ebadccc4c8e58b109d8c1ae41b;p=oota-llvm.git Build new analyze tool git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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