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