Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 07:28:21 +0000 (07:28 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Dec 2004 07:28:21 +0000 (07:28 +0000)
commit8f094f3a8b396fc2c6029ca155b6a090046c8cb7
treeba44bb09f38071abd4c46c1bd896438a8d9729e9
parent732f92d56ebca7229bea69fdec6b5609f135ff76
Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to
specify where the bytecode library is to be installed. This allows the
default location ($prefix/lib) to be overridden, for special case runtime
libraries like the cfe runtime libs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18879 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules