diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-05 13:57:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-05 13:57:59 (GMT) |
commit | 0c7f4a72734820ca0637aa250f39804103ef1c63 (patch) | |
tree | f3c059b9e540aaad70b6d324010ae5ccf5b3ea78 /unix/Makefile.in | |
parent | 25eb58e341a9ad83d2d6b8cac0f41ccbfe37bad8 (diff) | |
download | tk-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.in | 2 |
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} |