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

Reid Spencer reid at x10sys.com
Sun Aug 29 12:29:51 PDT 2004



Changes in directory llvm/tools/llvm-as:

Makefile updated: 1.12 -> 1.13
---
Log message:

Add the LLVMsystem.a library as it is now used for operating system
independence of the tool.


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

Index: llvm/tools/llvm-as/Makefile
diff -u llvm/tools/llvm-as/Makefile:1.12 llvm/tools/llvm-as/Makefile:1.13
--- llvm/tools/llvm-as/Makefile:1.12	Mon Oct 20 17:27:27 2003
+++ llvm/tools/llvm-as/Makefile	Sun Aug 29 14:29:38 2004
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = llvm-as
-USEDLIBS = asmparser bcwriter vmcore support.a
+USEDLIBS = asmparser bcwriter vmcore support.a LLVMsystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list