From c577c271b1e0230197bc48e991f376c52fb896a8 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 28 Sep 2010 14:24:47 +0000 Subject: Use the canonical library name for library PIC16Passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114953 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PIC16/PIC16Passes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/PIC16/PIC16Passes/Makefile') diff --git a/lib/Target/PIC16/PIC16Passes/Makefile b/lib/Target/PIC16/PIC16Passes/Makefile index 9684b8d2ca..b81c184a03 100644 --- a/lib/Target/PIC16/PIC16Passes/Makefile +++ b/lib/Target/PIC16/PIC16Passes/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../../.. TARGET = PIC16 -LIBRARYNAME = LLVMpic16passes +LIBRARYNAME = LLVMPIC16Passes BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common -- cgit v1.2.3