summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2011-05-12 21:07:47 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2011-05-12 21:07:47 (GMT)
commit96524bb4dd0127496d2baf6792d0de093157297b (patch)
tree43b9f22dd3ab061695e46e4b6f9f802bb3c37f23 /unix/Makefile.in
parent8914432bfa2957d9abadd6f508a697ce3231d7f4 (diff)
downloadtcl-96524bb4dd0127496d2baf6792d0de093157297b.zip
tcl-96524bb4dd0127496d2baf6792d0de093157297b.tar.gz
tcl-96524bb4dd0127496d2baf6792d0de093157297b.tar.bz2
[Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs.
Package version incremented to 2.7.6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 782a89b..398ce55 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -771,8 +771,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.7.5 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.5.tm;
+ @echo "Installing package http 2.7.6 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.6.tm;
@echo "Installing library opt0.4 directory";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \