From 94202988a83f43907a7d9cc04b047052122a5dff Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Apr 2002 22:35:30 +0000 Subject: Remove asmwriter library from link line, because the useful contents of it have been incorporated into the vmcore library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2153 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gccas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gccas/Makefile') diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 144f9cbe42..34ccd9a1e3 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = gccas -USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore asmwriter support +USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore support include $(LEVEL)/Makefile.common -- cgit v1.2.3