summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-19 13:40:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-19 13:40:15 (GMT)
commit7f34be512d63dd471bcd9ce00085fdef6799d32a (patch)
tree8d0779ba6c54a2231347ea7ca93a2b6d333b53a4 /unix/Makefile.in
parent4c539e417a6a1879608215483d22d01a11a6a422 (diff)
downloadtk-7f34be512d63dd471bcd9ce00085fdef6799d32a.zip
tk-7f34be512d63dd471bcd9ce00085fdef6799d32a.tar.gz
tk-7f34be512d63dd471bcd9ce00085fdef6799d32a.tar.bz2
Proposed fix for [8b679f597b]: tk unix/Makefile.in : uses a library path rather than a directory location when building tk library
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 3c48bfb..010ba48 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -285,7 +285,7 @@ CC_SEARCH_FLAGS = @CC_SEARCH_FLAGS@
LD_SEARCH_FLAGS = @LD_SEARCH_FLAGS@
# support for embedded libraries on Darwin / Mac OS X
-DYLIB_INSTALL_DIR = ${LIB_RUNTIME_DIR}
+DYLIB_INSTALL_DIR = $(libdir)
# support for building the Aqua resource file
TK_RSRC_FILE = @TK_RSRC_FILE@