From b8e7df3937fca6e9a2ff424708eca40ca1a58dd0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 13 Dec 2004 07:40:50 +0000 Subject: 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 --- runtime/GCCLibraries/libgdbm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/GCCLibraries/libgdbm/Makefile') diff --git a/runtime/GCCLibraries/libgdbm/Makefile b/runtime/GCCLibraries/libgdbm/Makefile index ddcbdb98f0..b7d328b6e6 100644 --- a/runtime/GCCLibraries/libgdbm/Makefile +++ b/runtime/GCCLibraries/libgdbm/Makefile @@ -11,6 +11,7 @@ LEVEL = ../../.. BYTECODE_LIBRARY = 1 DONT_BUILD_RELINKED = 1 LIBRARYNAME = gdbm +BYTECODE_DESTINATION = $(cferuntime_libdir) include $(LEVEL)/Makefile.common -- cgit v1.2.3