diff options
author | dgp <dgp@users.sourceforge.net> | 2021-05-25 13:15:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-05-25 13:15:32 (GMT) |
commit | b6d01a333ab9a4c3375cdbf9f9797b596a54816d (patch) | |
tree | abfd2121521f59f9bd920a44269dafa872035128 /unix/Makefile.in | |
parent | 500d59bd30411075048ab82167e053ed5f0b1718 (diff) | |
parent | 6ef2d21d52bc57def14a5622bebe567983a2f515 (diff) | |
download | tcl-b6d01a333ab9a4c3375cdbf9f9797b596a54816d.zip tcl-b6d01a333ab9a4c3375cdbf9f9797b596a54816d.tar.gz tcl-b6d01a333ab9a4c3375cdbf9f9797b596a54816d.tar.bz2 |
merge 8.7
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 17e70d9..51c2842 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -209,7 +209,7 @@ TCL_LIB_FLAG = @TCL_LIB_FLAG@ #TCL_LIB_FLAG = -ltcl # support for embedded libraries on Darwin / Mac OS X -DYLIB_INSTALL_DIR = ${LIB_RUNTIME_DIR} +DYLIB_INSTALL_DIR = $(libdir) #-------------------------------------------------------------------------- # The information below is modified by the configure script when Makefile is |