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 | 4a8c47ffa496f669d3afe6fe2bf587ca8c002e4e (patch) | |
| tree | f8e7b570982f2b528ff94f6e3389ec228acc95c0 /unix | |
| parent | eac55ea27f45bf5c21a93ec1cc69ec4fefbbb1df (diff) | |
| parent | cf850be37c59a3eba3ffe4e91083df63b0884e2d (diff) | |
| download | tcl-4a8c47ffa496f669d3afe6fe2bf587ca8c002e4e.zip tcl-4a8c47ffa496f669d3afe6fe2bf587ca8c002e4e.tar.gz tcl-4a8c47ffa496f669d3afe6fe2bf587ca8c002e4e.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 \ |
