diff options
| author | dgp <dgp@users.sourceforge.net> | 2019-11-25 16:41:51 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2019-11-25 16:41:51 (GMT) |
| commit | b427bd59d04ab499ea215aa66e2cdfd320ee8b77 (patch) | |
| tree | 6a3013e0d0d73e1d2037b2dd1a81bf65134572d5 /unix | |
| parent | e722bb7121fccffe1e29652311c91ba85f2e33ff (diff) | |
| download | tcl-b427bd59d04ab499ea215aa66e2cdfd320ee8b77.zip tcl-b427bd59d04ab499ea215aa66e2cdfd320ee8b77.tar.gz tcl-b427bd59d04ab499ea215aa66e2cdfd320ee8b77.tar.bz2 | |
Makefiles got out of sync with tcltest version.
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 751ab3e..ea89d11 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -786,8 +786,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs done; @echo "Installing package msgcat 1.5.2 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm; - @echo "Installing package tcltest 2.5.0 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.0.tm; + @echo "Installing package tcltest 2.5.1 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.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; |
