summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-31 15:52:41 +0000
committerChris Lattner <sabre@nondot.org>2002-01-31 15:52:41 +0000
commit0253ceeb5628ca187289745e91cc98d4c95ec731 (patch)
tree2693bea74ac909fc9e9f406a0260414c056af69a /tools
parent6a39f2c80ce906d1f91556784ceec1ddabee88b7 (diff)
downloadllvm-0253ceeb5628ca187289745e91cc98d4c95ec731.tar.gz
llvm-0253ceeb5628ca187289745e91cc98d4c95ec731.tar.bz2
llvm-0253ceeb5628ca187289745e91cc98d4c95ec731.tar.xz
Resolve deps
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1615 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/gccas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 25db47405e..633e8103e4 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -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