diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 07:40:50 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 07:40:50 +0000 |
commit | b8e7df3937fca6e9a2ff424708eca40ca1a58dd0 (patch) | |
tree | d1dd389f45372d8d01faf0b922875cab6a5bc178 /runtime/libtrace/Makefile | |
parent | 60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6 (diff) | |
download | external_llvm-b8e7df3937fca6e9a2ff424708eca40ca1a58dd0.zip external_llvm-b8e7df3937fca6e9a2ff424708eca40ca1a58dd0.tar.gz external_llvm-b8e7df3937fca6e9a2ff424708eca40ca1a58dd0.tar.bz2 |
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
Diffstat (limited to 'runtime/libtrace/Makefile')
-rw-r--r-- | runtime/libtrace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile index 9c8811a..31c5a21 100644 --- a/runtime/libtrace/Makefile +++ b/runtime/libtrace/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. BYTECODE_LIBRARY = 1 LIBRARYNAME = trace +BYTECODE_DESTINATION = $(cferuntime_libdir) include $(LEVEL)/Makefile.common |