diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-22 18:21:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-22 18:21:56 (GMT) |
commit | adfb54232970f68c2116e0496bb4a3370d109016 (patch) | |
tree | 6b5e0a4fcf73ded7ad6133d2a2bdbed320e04d86 /unix/Makefile.in | |
parent | cd4cb2999b77e8378e1198c6dd6aa65327d76d7a (diff) | |
parent | cee756478e65a985a7c60c9b457748de69693007 (diff) | |
download | tcl-adfb54232970f68c2116e0496bb4a3370d109016.zip tcl-adfb54232970f68c2116e0496bb4a3370d109016.tar.gz tcl-adfb54232970f68c2116e0496bb4a3370d109016.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
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)" \ |