diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-07 15:24:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-07 15:24:03 (GMT) |
commit | 13a4cda4b4c043e1e1e74ad8161cf0c107f185ff (patch) | |
tree | aa77123a8e6deee4506ea9b0c6e45739096e94fc /unix/Makefile.in | |
parent | ca26b8725336f1e423374e9395edb1e23e8493df (diff) | |
parent | c0ef486e3da4cb47424faafc5d185011f844b991 (diff) | |
download | tcl-13a4cda4b4c043e1e1e74ad8161cf0c107f185ff.zip tcl-13a4cda4b4c043e1e1e74ad8161cf0c107f185ff.tar.gz tcl-13a4cda4b4c043e1e1e74ad8161cf0c107f185ff.tar.bz2 |
Merge 8.7
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 c4a2d07..9d13fec 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1043,9 +1043,9 @@ install-libraries: libraries @for i in $(TOP_DIR)/library/cookiejar/*.gz; do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \ done - @echo "Installing package http 2.10.0a1 as a Tcl Module" + @echo "Installing package http 2.10a1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/http-2.10.0a1.tm" + "$(MODULE_INSTALL_DIR)/9.0/http-2.10a1.tm" @echo "Installing package opt 0.4.7" @for i in $(TOP_DIR)/library/opt/*.tcl; do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ |