From: Reid Spencer Date: Mon, 13 Dec 2004 07:38:55 +0000 (+0000) Subject: More properly name bytecode_libdir cferuntime_libdir. This is only the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6;p=oota-llvm.git More properly name bytecode_libdir cferuntime_libdir. This is only the libdir for the CFE runtime libraries, not "all bytecode". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18881 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.config.in b/Makefile.config.in index d39420ef5e1..7bcc804438b 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -201,7 +201,7 @@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ -bytecode_libdir = $(LLVMGCCDIR)/bytecode-libs +cferuntime_libdir = $(LLVMGCCDIR)/lib includedir = @includedir@ infodir = @infodir@ mandir = @mandir@