diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 07:38:55 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-13 07:38:55 +0000 |
commit | 5ae8c5e5d630cc9af02720cf16207fdc82d73913 (patch) | |
tree | 8f9ef2b4757d313a25aeacb1baea6ffa04968b63 | |
parent | efe3a8281367cb4da6e82688e66ecf5b53bbaf15 (diff) | |
download | bcm5719-llvm-5ae8c5e5d630cc9af02720cf16207fdc82d73913.tar.gz bcm5719-llvm-5ae8c5e5d630cc9af02720cf16207fdc82d73913.zip |
More properly name bytecode_libdir cferuntime_libdir. This is only the
libdir for the CFE runtime libraries, not "all bytecode".
llvm-svn: 18881
-rw-r--r-- | llvm/Makefile.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.config.in b/llvm/Makefile.config.in index d39420ef5e1..7bcc804438b 100644 --- a/llvm/Makefile.config.in +++ b/llvm/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@ |