diff options
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index d39420e..7bcc804 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@ |