diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-11-16 23:39:48 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-11-16 23:39:48 (GMT) |
commit | c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e (patch) | |
tree | 90f982c0d5d11c961d36e2e2f6b2eac190811107 /win/makefile.bc | |
parent | 29fc7eb2e3719000dacf1cf89f2f762f804a6010 (diff) | |
download | tcl-c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e.zip tcl-c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e.tar.gz tcl-c2f5a2c1c0eca7207fea7c2945ba25d7e94e927e.tar.bz2 |
* win/makefile.vc: Fixed bug in installation of http 2.5.
* win/makefile.bc: Was installed into directory http2.4.
* win/Makefile.in: This has been corrected.
* unix/Makefile.in:
* tools/tcl.wse.in:
* tools/tclmin.wse:
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 918fe21..3c0ea73 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -400,10 +400,10 @@ install-libraries: -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http1.0" -@copy "$(ROOT)\library\http1.0\http.tcl" "$(SCRIPT_INSTALL_DIR)\http1.0" -@copy "$(ROOT)\library\http1.0\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http1.0" - @echo installing http2.4 - -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.4" - -@copy "$(ROOT)\library\http\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.4" - -@copy "$(ROOT)\library\http\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.4" + @echo installing http2.5 + -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\http2.5" + -@copy "$(ROOT)\library\http\http.tcl" "$(SCRIPT_INSTALL_DIR)\http2.5" + -@copy "$(ROOT)\library\http\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\http2.5" @echo installing opt0.4 -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(ROOT)\library\opt\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" |