[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:08 PDT 2004
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.24 -> 1.25
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.24 llvm/lib/CodeGen/Makefile:1.25
--- llvm/lib/CodeGen/Makefile:1.24 Sun Oct 10 18:37:40 2004
+++ llvm/lib/CodeGen/Makefile Wed Oct 27 18:18:44 2004
@@ -9,6 +9,6 @@
LEVEL = ../..
PARALLEL_DIRS = SelectionDAG
-LIBRARYNAME = codegen
+LIBRARYNAME = LLVMCodeGen
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list