summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-22 18:21:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-22 18:21:56 (GMT)
commitadfb54232970f68c2116e0496bb4a3370d109016 (patch)
tree6b5e0a4fcf73ded7ad6133d2a2bdbed320e04d86 /unix/Makefile.in
parentcd4cb2999b77e8378e1198c6dd6aa65327d76d7a (diff)
parentcee756478e65a985a7c60c9b457748de69693007 (diff)
downloadtcl-adfb54232970f68c2116e0496bb4a3370d109016.zip
tcl-adfb54232970f68c2116e0496bb4a3370d109016.tar.gz
tcl-adfb54232970f68c2116e0496bb4a3370d109016.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 57b4472..6611e61 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -858,8 +858,7 @@ install: $(INSTALL_TARGETS)
install-strip:
$(MAKE) $(INSTALL_TARGETS) \
- INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}" \
- INSTALL_LIBRARY="$(INSTALL_LIBRARY) ${INSTALL_STRIP_LIBRARY}"
+ INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}"
install-binaries: binaries
@for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \