[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 17:11:54 PDT 2004
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.7 -> 1.8
---
Log message:
Update for library name change.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.7 llvm/tools/llvmc/Makefile:1.8
--- llvm/tools/llvmc/Makefile:1.7 Mon Oct 25 22:12:11 2004
+++ llvm/tools/llvmc/Makefile Wed Oct 27 19:11:43 2004
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvmc
-USEDLIBS = bcreader vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
CONFIG_FILES = st ll
EXTRA_DIST = st ll
More information about the llvm-commits
mailing list