diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-18 20:42:22 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-18 20:42:22 (GMT) |
| commit | 5d4efa2510a8587116ad753f473105dad25eefe8 (patch) | |
| tree | 17bfe00df845da1f9146be6640c311d18509a369 /unix | |
| parent | 13ebaf6ca3645cf886c7fc686bdba2dcf339dbe6 (diff) | |
| parent | 25d746ccdbf62cc59c45ce4dc91c5cf45f905f17 (diff) | |
| download | tcl-5d4efa2510a8587116ad753f473105dad25eefe8.zip tcl-5d4efa2510a8587116ad753f473105dad25eefe8.tar.gz tcl-5d4efa2510a8587116ad753f473105dad25eefe8.tar.bz2 | |
Merge 8.7
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 82809e7..a64d136 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1025,9 +1025,9 @@ install-libraries: libraries $(UNIX_DIR)/tclAppInit.c @LDAIX_SRC@ @DTRACE_SRC@ ; do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"; \ done - @echo "Installing package http 2.9.0 as a Tcl Module" + @echo "Installing package http 2.9.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \ - "$(MODULE_INSTALL_DIR)"/tcl9/9.0/http-2.9.0.tm + "$(MODULE_INSTALL_DIR)"/tcl9/9.0/http-2.9.1.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; \ |
