diff options
| author | harald.oehlmann@elmicron.de <oehhar> | 2012-09-19 20:31:48 (GMT) |
|---|---|---|
| committer | harald.oehlmann@elmicron.de <oehhar> | 2012-09-19 20:31:48 (GMT) |
| commit | 4c1f47512141d0744697e50a4d48845a30093f4c (patch) | |
| tree | 06a268612bdacc7fd73173f1f69c9b284d894b0e /unix | |
| parent | 3de19b0f651a225ea6b2189d0c61fbb227c9f89e (diff) | |
| download | tcl-4c1f47512141d0744697e50a4d48845a30093f4c.zip tcl-4c1f47512141d0744697e50a4d48845a30093f4c.tar.gz tcl-4c1f47512141d0744697e50a4d48845a30093f4c.tar.bz2 | |
TIP#399 implementation: mcconfig may add additional glob pattern for mcload
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 9ac84f7..aa1820e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -846,8 +846,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; - @echo "Installing package msgcat 1.5.0 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.0.tm; + @echo "Installing package msgcat 1.6.0 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.0.tm; @echo "Installing package tcltest 2.3.4 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.4.tm; |
