diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-27 12:55:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-27 12:55:20 (GMT) |
commit | 0144762de1aef84187efa1b4f81e164dcd715eb3 (patch) | |
tree | 8c6b8b510ef1dee630377852f339bc2e9eaf056e /unix/Makefile.in | |
parent | d936bf460871729ab8f1b2972bb85a1c679fe9d9 (diff) | |
parent | 2fb0507a00743b52c4e5d679639bfb6cbc8b69b6 (diff) | |
download | tcl-0144762de1aef84187efa1b4f81e164dcd715eb3.zip tcl-0144762de1aef84187efa1b4f81e164dcd715eb3.tar.gz tcl-0144762de1aef84187efa1b4f81e164dcd715eb3.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/Makefile.in')
-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 67bbd49..2634f50 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -839,8 +839,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.7 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.7.tm; + @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 opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |