diff options
| author | dgp <dgp@users.sourceforge.net> | 2015-05-14 11:20:17 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2015-05-14 11:20:17 (GMT) |
| commit | c582b68ddf9975a954e5add18e8dca9093c3923d (patch) | |
| tree | 3c733022df81fd859d3496e6dcab126352d01cb2 /unix | |
| parent | 61b992f9d60e1bd0d6b04334f7e857233fb5c331 (diff) | |
| parent | c11a7a6b0838257de896613e697f095289c7025e (diff) | |
| download | tcl-c582b68ddf9975a954e5add18e8dca9093c3923d.zip tcl-c582b68ddf9975a954e5add18e8dca9093c3923d.tar.gz tcl-c582b68ddf9975a954e5add18e8dca9093c3923d.tar.bz2 | |
merge trunk
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 43684fc..26947b7 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -842,8 +842,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.8 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.8.tm; + @echo "Installing package http 2.8.9 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.9.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |
