Fix dependency problem
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 18:33:09 +0000 (18:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 18:33:09 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1619 91177308-0d34-0410-b5e6-96231b3b80d8

tools/analyze/Makefile

index 065b093b5adf15c8b1d78c852bdef7c2021df535..ebf137a61e17ec2ce39db8598b313cd7de150108 100644 (file)
@@ -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