aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Bytecode/Writer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/Makefile b/lib/Bytecode/Writer/Makefile
index 44bfb4632b..e1bf0da87d 100644
--- a/lib/Bytecode/Writer/Makefile
+++ b/lib/Bytecode/Writer/Makefile
@@ -7,6 +7,6 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = bcwriter
+LIBRARYNAME = LLVMBCWriter
include $(LEVEL)/Makefile.common