summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16Passes/Makefile
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-09-28 14:24:47 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-09-28 14:24:47 +0000
commitc577c271b1e0230197bc48e991f376c52fb896a8 (patch)
tree486b425b4cd5f2283e71e72eb74266e74c4bb445 /lib/Target/PIC16/PIC16Passes/Makefile
parent4dbb2dbf764498e6f03de0459b9c40fba5e608be (diff)
downloadllvm-c577c271b1e0230197bc48e991f376c52fb896a8.tar.gz
llvm-c577c271b1e0230197bc48e991f376c52fb896a8.tar.bz2
llvm-c577c271b1e0230197bc48e991f376c52fb896a8.tar.xz
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
Diffstat (limited to 'lib/Target/PIC16/PIC16Passes/Makefile')
-rw-r--r--lib/Target/PIC16/PIC16Passes/Makefile2
1 files changed, 1 insertions, 1 deletions
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