From 57cbe39d1e07ce52dd81f2d94cf5010d56edcab3 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 27 Oct 2004 23:18:45 +0000 Subject: Change Library Names Not To Conflict With Others When Installed llvm-svn: 17286 --- llvm/lib/Transforms/Hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Hello') diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile index af4253d1d1a..d9886a95e55 100644 --- a/llvm/lib/Transforms/Hello/Makefile +++ b/llvm/lib/Transforms/Hello/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = hello +LIBRARYNAME = LLVMHello SHARED_LIBRARY = 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3