summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-13 07:38:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-13 07:38:55 +0000
commit60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6 (patch)
tree77e5c1e8cd8da6e8dabfb01cfd3f56f90ee5ffc4 /Makefile.config.in
parentab3690bdd1cb215ee619606eda92e1fc941a2acf (diff)
downloadllvm-60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6.tar.gz
llvm-60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6.tar.bz2
llvm-60edb3bdce74a1c33cf7d03fa8b0416225dcf6a6.tar.xz
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
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index d39420ef5e..7bcc804438 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@