Resolve deps
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 15:52:41 +0000 (15:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 15:52:41 +0000 (15:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1615 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccas/Makefile

index 25db47405e3f055be3f154689dc5ea318f016234..633e8103e40c7ceb7cd068001f438bd5be6e1cf3 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
 TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms scalaropts target analysis vmcore asmwriter support 
+USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms vmcore asmwriter support 
 
 include $(LEVEL)/Makefile.common