diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-10-23 17:58:35 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-10-23 17:58:35 (GMT) |
| commit | 90d55a9da901f91b0a7fd01ea48c84c8065c0627 (patch) | |
| tree | 1de579269a7431e4dfd7762695a67bf480bc8a9f /unix | |
| parent | c4e867d8dddd9677a88b20ba7338efb78181e739 (diff) | |
| parent | 140cd14f15899b2d26c21a9cff7e805daf239fd9 (diff) | |
| download | tcl-90d55a9da901f91b0a7fd01ea48c84c8065c0627.zip tcl-90d55a9da901f91b0a7fd01ea48c84c8065c0627.tar.gz tcl-90d55a9da901f91b0a7fd01ea48c84c8065c0627.tar.bz2 | |
merge 8.7
Diffstat (limited to 'unix')
| -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 487ae61..b2ea458 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)" \ |
