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.

llvm-svn: 71539
This commit is contained in:
Daniel Dunbar 2009-05-12 05:35:40 +00:00
parent 95d181936a
commit c25ba426bd
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ else
BytecodeDestDir := $(PROJ_libdir)
endif
DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).a
DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).bca
install-bytecode-local:: $(DestBytecodeLib)