summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-15 19:11:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-15 19:11:35 (GMT)
commitf64db5dae2e12baca81dd2c44fa12194214a8bb5 (patch)
treed3e5281b5188733a70304934b1968b2ef3919884 /unix
parentf82e6059dce38a482b9db9366d2edf71cb5ea917 (diff)
parent52425dcf5d50616645b90e2acee65ef733962afa (diff)
downloadtcl-f64db5dae2e12baca81dd2c44fa12194214a8bb5.zip
tcl-f64db5dae2e12baca81dd2c44fa12194214a8bb5.tar.gz
tcl-f64db5dae2e12baca81dd2c44fa12194214a8bb5.tar.bz2
Merge 8.6
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 614072f..e092a2d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -151,8 +151,7 @@ SHELL = @MAKEFILE_SHELL@
# distribution, which is slower but guaranteed to work.
INSTALL_STRIP_PROGRAM = -s
-# Use --strip-unneeded instead of -x. See issue 718de2132f487cf2
-INSTALL_STRIP_LIBRARY = -S --strip-unneeded
+INSTALL_STRIP_LIBRARY = -S -x
INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c
INSTALL_PROGRAM = ${INSTALL}