From d62031e719e2bed46db10c2e1456e1b7fc885bca Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 12 May 2009 05:35:40 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 4acada3508c..f8491bce6d1 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)