Change Library Names Not To Conflict With Others When Installed
llvm-svn: 17286
diff --git a/llvm/examples/ModuleMaker/Makefile b/llvm/examples/ModuleMaker/Makefile
index c99b7e7..2bd8a38 100644
--- a/llvm/examples/ModuleMaker/Makefile
+++ b/llvm/examples/ModuleMaker/Makefile
@@ -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