summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-15 19:13:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-15 19:13:01 (GMT)
commit8248b84e170d97d0c3e09a5e756d189a3539d362 (patch)
tree71137d8fd93a4e6eddb65ab010ec8230c058dd92 /unix
parent7962f209ac44d657c1c2d251a2647711f5add87f (diff)
parentf64db5dae2e12baca81dd2c44fa12194214a8bb5 (diff)
downloadtcl-8248b84e170d97d0c3e09a5e756d189a3539d362.zip
tcl-8248b84e170d97d0c3e09a5e756d189a3539d362.tar.gz
tcl-8248b84e170d97d0c3e09a5e756d189a3539d362.tar.bz2
Merge 8.7
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 050b808..1bf5814 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}