From: Chris Lattner Date: Thu, 31 Jan 2002 18:33:09 +0000 (+0000) Subject: Fix dependency problem X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1fcaf00b6c269c5fc3d467d549363d616440ee06;p=oota-llvm.git Fix dependency problem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1619 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 065b093b5ad..ebf137a61e1 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis support +USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis transforms support include $(LEVEL)/Makefile.common