diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-07 22:35:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-07 22:35:30 +0000 |
commit | 94202988a83f43907a7d9cc04b047052122a5dff (patch) | |
tree | d1ea4fd6b827f2e143e25cf04943d68358c7610c /tools/llvm-link/Makefile | |
parent | 5bdf1614182c679c0d0a50f28f5810ee14110800 (diff) |
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
Diffstat (limited to 'tools/llvm-link/Makefile')
-rw-r--r-- | tools/llvm-link/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 037e3a8750..33a6913913 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = link -USEDLIBS = transforms bcreader bcwriter asmwriter vmcore asmwriter support +USEDLIBS = transforms bcreader bcwriter vmcore support include $(LEVEL)/Makefile.common |