[llvm-commits] CVS: llvm/tools/llvm-link/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 14 15:12:59 PST 2004
Changes in directory llvm/tools/llvm-link:
Makefile updated: 1.10 -> 1.11
---
Log message:
This program needs libLLVMLinker.a now
---
Diffs of the changes: (+2 -1)
Index: llvm/tools/llvm-link/Makefile
diff -u llvm/tools/llvm-link/Makefile:1.10 llvm/tools/llvm-link/Makefile:1.11
--- llvm/tools/llvm-link/Makefile:1.10 Wed Oct 27 18:18:45 2004
+++ llvm/tools/llvm-link/Makefile Sun Nov 14 17:12:22 2004
@@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-link
-USEDLIBS = LLVMBCReader LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list