Fix name of library
authorReid Spencer <rspencer@reidspencer.com>
Thu, 28 Oct 2004 05:30:54 +0000 (05:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 28 Oct 2004 05:30:54 +0000 (05:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17304 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Writer/Makefile

index 44bfb4632b4fd55d4e7d2977f238c0318c50a26f..e1bf0da87db212df8a62990849c63ce69f3b0262 100644 (file)
@@ -7,6 +7,6 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = bcwriter
+LIBRARYNAME = LLVMBCWriter
 
 include $(LEVEL)/Makefile.common