summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-05 13:57:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-05 13:57:59 (GMT)
commit0c7f4a72734820ca0637aa250f39804103ef1c63 (patch)
treef3c059b9e540aaad70b6d324010ae5ccf5b3ea78 /unix/Makefile.in
parent25eb58e341a9ad83d2d6b8cac0f41ccbfe37bad8 (diff)
downloadtk-0c7f4a72734820ca0637aa250f39804103ef1c63.zip
tk-0c7f4a72734820ca0637aa250f39804103ef1c63.tar.gz
tk-0c7f4a72734820ca0637aa250f39804103ef1c63.tar.bz2
Fix [https://core.tcl-lang.org/tcl/info/d3465c9188|d3465c9188]: Update install-sh to version "2020-11-14.01; # UTC"
tweak: our own -S modification renamed to -R, resolving a conflict
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 4ad261f..3c96171 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -220,7 +220,7 @@ TKTEST_EXE = tktest${EXE_SUFFIX}
# with the distribution, which is slower but guaranteed to work.
INSTALL_STRIP_PROGRAM = -s
-INSTALL_STRIP_LIBRARY = -S -x
+INSTALL_STRIP_LIBRARY = -R -x
INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c
INSTALL_PROGRAM = ${INSTALL}