From c6de5b56a31231a2c5d20c128772233eb110f7a5 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. llvm-svn: 18882 --- llvm/runtime/GCCLibraries/libutempter/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/runtime/GCCLibraries/libutempter') diff --git a/llvm/runtime/GCCLibraries/libutempter/Makefile b/llvm/runtime/GCCLibraries/libutempter/Makefile index f804a25b982..beb94f47661 100644 --- a/llvm/runtime/GCCLibraries/libutempter/Makefile +++ b/llvm/runtime/GCCLibraries/libutempter/Makefile @@ -11,5 +11,6 @@ LEVEL = ../../.. BYTECODE_LIBRARY = 1 DONT_BUILD_RELINKED = 1 LIBRARYNAME = utempter +BYTECODE_DESTINATION = $(cferuntime_libdir) include $(LEVEL)/Makefile.common -- cgit v1.2.3