[llvm-commits] CVS: llvm/tools/llvm-as/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Sep 3 21:48:03 PDT 2006



Changes in directory llvm/tools/llvm-as:

Makefile updated: 1.18 -> 1.19
---
Log message:

Switch to using llvm-config to select components to link in.



---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/tools/llvm-as/Makefile
diff -u llvm/tools/llvm-as/Makefile:1.18 llvm/tools/llvm-as/Makefile:1.19
--- llvm/tools/llvm-as/Makefile:1.18	Thu Jul  6 19:46:18 2006
+++ llvm/tools/llvm-as/Makefile	Sun Sep  3 23:47:49 2006
@@ -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






More information about the llvm-commits mailing list