summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-11-16 23:39:48 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-11-16 23:39:48 (GMT)
commitc2f5a2c1c0eca7207fea7c2945ba25d7e94e927e (patch)
tree90f982c0d5d11c961d36e2e2f6b2eac190811107 /win/Makefile.in
parent29fc7eb2e3719000dacf1cf89f2f762f804a6010 (diff)
downloadtcl-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.in')
-rw-r--r--win/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index d40a6f1..1dd0684 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.68.2.1 2003/07/16 19:34:14 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.68.2.2 2004/11/16 23:39:52 andreas_kupries Exp $
VERSION = @TCL_VERSION@
@@ -490,7 +490,7 @@ install-libraries: libraries
else true; \
fi; \
done;
- @for i in http1.0 http2.4 opt0.4 encoding msgcat1.3 tcltest2.2; \
+ @for i in http1.0 http2.5 opt0.4 encoding msgcat1.3 tcltest2.2; \
do \
if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \
echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \
@@ -514,10 +514,10 @@ install-libraries: libraries
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing library http2.4 directory";
+ @echo "Installing library http2.5 directory";
@for j in $(ROOT_DIR)/library/http/*.tcl; \
do \
- $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http2.4"; \
+ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http2.5"; \
done;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \