Use the new BYTECODE_DESTINATION to override the default bytecode install
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 07:40:50 +0000 (07:40 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 07:40:50 +0000 (07:40 +0000)
commitb8e7df3937fca6e9a2ff424708eca40ca1a58dd0
treed1dd389f45372d8d01faf0b922875cab6a5bc178
parent60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6
Use the new BYTECODE_DESTINATION to override the default bytecode install
destination for this library so that it goes to $(cferuntime_libdir) rather
than just $(libdir). Normal bytecode libraries should be installed in the
$(libdir), but these ones are "special" because they're part of the the
C/C++ front end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18882 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
runtime/GC/SemiSpace/Makefile
runtime/GCCLibraries/crtend/Makefile
runtime/GCCLibraries/libc/Makefile
runtime/GCCLibraries/libcurses/Makefile
runtime/GCCLibraries/libgcc/Makefile
runtime/GCCLibraries/libgdbm/Makefile
runtime/GCCLibraries/libm/Makefile
runtime/GCCLibraries/libmalloc/Makefile
runtime/GCCLibraries/libpthread/Makefile
runtime/GCCLibraries/libtermcap/Makefile
runtime/GCCLibraries/libucb/Makefile
runtime/GCCLibraries/libutempter/Makefile
runtime/GCCLibraries/libutil/Makefile
runtime/libdummy/Makefile
runtime/libprofile/Makefile
runtime/libtrace/Makefile