diff options
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r-- | llvm/lib/Bytecode/Writer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/Makefile b/llvm/lib/Bytecode/Writer/Makefile index 44bfb4632b4..e1bf0da87db 100644 --- a/llvm/lib/Bytecode/Writer/Makefile +++ b/llvm/lib/Bytecode/Writer/Makefile @@ -7,6 +7,6 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = bcwriter +LIBRARYNAME = LLVMBCWriter include $(LEVEL)/Makefile.common |