summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-02-19 15:02:53 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-02-19 15:02:53 (GMT)
commitc04de4463b4007e9aa6b3f01d000092d049f078b (patch)
tree0459397e13cd32ca8a0af746b91fe61c9dbd3cc5 /unix/Makefile.in
parent892a493b37a2f53352cd94b53f630e95604820e5 (diff)
downloadtk-c04de4463b4007e9aa6b3f01d000092d049f078b.zip
tk-c04de4463b4007e9aa6b3f01d000092d049f078b.tar.gz
tk-c04de4463b4007e9aa6b3f01d000092d049f078b.tar.bz2
Fix [Bug 2415437] with supplied patch. LIB_RUNTIME_DIR now not forced to be
the same as $libdir.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index bc9fbf0..9d4d795 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.165 2009/12/23 07:16:52 nijtmans Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.166 2010/02/19 15:02:54 dkf Exp $
# Current Tk version; used in various names.
@@ -52,7 +52,7 @@ INSTALL_ROOT = $(DESTDIR)
TK_LIBRARY = @TK_LIBRARY@
# Path to use at runtime to refer to LIB_INSTALL_DIR:
-LIB_RUNTIME_DIR = $(libdir)
+LIB_RUNTIME_DIR = @LIB_RUNTIME_DIR@
# Directory in which to install the program wish:
BIN_INSTALL_DIR = $(INSTALL_ROOT)$(bindir)