summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-19 13:08:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-19 13:08:48 (GMT)
commitf803a65cc1f899c03c6a38be5d9185b74a075dde (patch)
treefa85e4e42695aeef1c993d0c0c4d4f83caf116eb /unix/Makefile.in
parent3c0c59407f61fb9c78ced15b50d084b3670ca7b8 (diff)
parent4cecb91655d5edaf152979a1f194f001238f2110 (diff)
downloadtcl-f803a65cc1f899c03c6a38be5d9185b74a075dde.zip
tcl-f803a65cc1f899c03c6a38be5d9185b74a075dde.tar.gz
tcl-f803a65cc1f899c03c6a38be5d9185b74a075dde.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9607e2a..032c40b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -961,7 +961,8 @@ install: $(INSTALL_TARGETS)
install-strip:
$(MAKE) $(INSTALL_TARGETS) \
- INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}"
+ INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}" \
+ INSTALL_LIBRARY="$(INSTALL_LIBRARY) ${INSTALL_STRIP_LIBRARY}"
install-binaries: binaries
@for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \