[llvm-commits] CVS: llvm/tools/llvm-link/Makefile
Reid Spencer
reid at x10sys.com
Sun Aug 29 12:29:51 PDT 2004
Changes in directory llvm/tools/llvm-link:
Makefile updated: 1.8 -> 1.9
---
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-link/Makefile
diff -u llvm/tools/llvm-link/Makefile:1.8 llvm/tools/llvm-link/Makefile:1.9
--- llvm/tools/llvm-link/Makefile:1.8 Wed Jun 23 12:36:17 2004
+++ llvm/tools/llvm-link/Makefile Sun Aug 29 14:29:38 2004
@@ -9,6 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-link
-USEDLIBS = bcreader bcwriter vmcore support.a
+USEDLIBS = bcreader bcwriter vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list