summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-09-15 19:43:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-09-15 19:43:46 (GMT)
commit485d6fd8f006e6043ad90fc995bb1104fa81137e (patch)
treea4bcbbf88f4f0790171252ef92518be590c1c197 /unix
parent13cedcc2143e0d098f71261440b1457003f151b5 (diff)
downloadtcl-485d6fd8f006e6043ad90fc995bb1104fa81137e.zip
tcl-485d6fd8f006e6043ad90fc995bb1104fa81137e.tar.gz
tcl-485d6fd8f006e6043ad90fc995bb1104fa81137e.tar.bz2
(backport) Use correct equality
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 2af82be..a504ea4 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -862,9 +862,9 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done
- @echo "Installing package http 2.9.8 as a Tcl Module";
+ @echo "Installing package http 2.9.9 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \
- "$(MODULE_INSTALL_DIR)/8.6/http-2.9.8.tm"
+ "$(MODULE_INSTALL_DIR)/8.6/http-2.9.9.tm"
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"
@for i in $(TOP_DIR)/library/opt/*.tcl; do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/opt0.4"; \