[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 22:31:04 PDT 2004
Changes in directory llvm/lib/Bytecode/Writer:
Makefile updated: 1.3 -> 1.4
---
Log message:
Fix name of library
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Bytecode/Writer/Makefile
diff -u llvm/lib/Bytecode/Writer/Makefile:1.3 llvm/lib/Bytecode/Writer/Makefile:1.4
--- llvm/lib/Bytecode/Writer/Makefile:1.3 Mon Oct 20 17:26:56 2003
+++ llvm/lib/Bytecode/Writer/Makefile Thu Oct 28 00:30:54 2004
@@ -7,6 +7,6 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = bcwriter
+LIBRARYNAME = LLVMBCWriter
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list