aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-12 05:35:40 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-12 05:35:40 +0000
commit659cef8ddb100ec6ef236b96c856b5625eea32ea (patch)
tree8dd07f46bcc880ad4c14fdfbd7a2ca6a5634b244 /Makefile.rules
parent0ba7daba8c5f5d042c479e2b1433ae52b147361f (diff)
downloadexternal_llvm-659cef8ddb100ec6ef236b96c856b5625eea32ea.zip
external_llvm-659cef8ddb100ec6ef236b96c856b5625eea32ea.tar.gz
external_llvm-659cef8ddb100ec6ef236b96c856b5625eea32ea.tar.bz2
Install bytecode libraries with a .bca suffix, otherwise it isn't
possible to build both a .a and a .bca. - My understanding is no one else is using this stuff, please let me know if I am wrong. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4acada3..f8491bc 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1019,7 +1019,7 @@ else
BytecodeDestDir := $(PROJ_libdir)
endif
-DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).a
+DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).bca
install-bytecode-local:: $(DestBytecodeLib)