From 1fcaf00b6c269c5fc3d467d549363d616440ee06 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 31 Jan 2002 18:33:09 +0000 Subject: [PATCH] Fix dependency problem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1619 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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