[llvm-commits] CVS: llvm/examples/ModuleMaker/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004
Changes in directory llvm/examples/ModuleMaker:
Makefile updated: 1.5 -> 1.6
---
Log message:
Change Library Names Not To Conflict With Others When Installed
---
Diffs of the changes: (+1 -1)
Index: llvm/examples/ModuleMaker/Makefile
diff -u llvm/examples/ModuleMaker/Makefile:1.5 llvm/examples/ModuleMaker/Makefile:1.6
--- llvm/examples/ModuleMaker/Makefile:1.5 Sat Sep 11 15:30:11 2004
+++ llvm/examples/ModuleMaker/Makefile Wed Oct 27 18:18:44 2004
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL=../..
TOOLNAME=ModuleMaker
-USEDLIBS= bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list