From 60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 13 Dec 2004 07:38:55 +0000 Subject: [PATCH] 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 --- Makefile.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.34.1