*** empty log message ***


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index 2a2ee1a..7ac2c24 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -1,6 +1,5 @@
 LEVEL = ../..
-
 TOOLNAME = as
-USEDLIBS = asmparser bcwriter vmcore support
+USEDLIBS = asmparser bcwriter vmcore support.a
 
 include $(LEVEL)/Makefile.common