diff options
author | dgp <dgp@users.sourceforge.net> | 2017-11-03 19:15:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-11-03 19:15:00 (GMT) |
commit | 0708073b35eb29c45e0435ec508f739acd1942e8 (patch) | |
tree | 1b56b860ac6322759036d3d4fc3bcac95d657442 /unix | |
parent | f88eecc17213854ec2d06d3878c00cc5c837a4ae (diff) | |
parent | 0480b5d79b11a26b00e355bc15655e9cfabdbeb9 (diff) | |
download | tcl-0708073b35eb29c45e0435ec508f739acd1942e8.zip tcl-0708073b35eb29c45e0435ec508f739acd1942e8.tar.gz tcl-0708073b35eb29c45e0435ec508f739acd1942e8.tar.bz2 |
merge 8.7
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index c31d128..032b5ac 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -857,8 +857,8 @@ install-libraries: libraries done; @echo "Installing package msgcat 1.6.1 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.1.tm; - @echo "Installing package tcltest 2.4.0 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.0.tm; + @echo "Installing package tcltest 2.4.1 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.1.tm; @echo "Installing package platform 1.0.14 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.14.tm; |