aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/llvm-as/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index bd7c3d3..aa64d06 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
TOOLNAME = llvm-as
-USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \
- LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS := asmparser bcwriter
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common