diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-01-22 12:13:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-01-22 12:13:17 (GMT) |
commit | b96fd52bcba33e8f663042cd073454aa954723a8 (patch) | |
tree | f8e7b570982f2b528ff94f6e3389ec228acc95c0 /unix | |
parent | 7a28ca58d78656d8cac01cff71138f393cb52b5d (diff) | |
parent | 4aed2bc2cd16fef4ffe748ec35725686038a4fbb (diff) | |
download | tcl-b96fd52bcba33e8f663042cd073454aa954723a8.zip tcl-b96fd52bcba33e8f663042cd073454aa954723a8.tar.gz tcl-b96fd52bcba33e8f663042cd073454aa954723a8.tar.bz2 |
merge from 8.5 main branch
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 77b3256..0b6a114 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -773,8 +773,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.7.7 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.7.tm; + @echo "Installing package http 2.7.8 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.8.tm; @echo "Installing library opt0.4 directory"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |