summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-20 19:12:01 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-20 19:12:01 (GMT)
commitad8d1bbaf10f6e4dda828b24c98f9a3c269985bd (patch)
treedcbdf532e913c807f9b502854c334008031c3ef2 /win/Makefile.in
parent80980dca38d5b7d2d0f238131b5c3f3bac7c2c32 (diff)
downloadtcl-ad8d1bbaf10f6e4dda828b24c98f9a3c269985bd.zip
tcl-ad8d1bbaf10f6e4dda828b24c98f9a3c269985bd.tar.gz
tcl-ad8d1bbaf10f6e4dda828b24c98f9a3c269985bd.tar.bz2
* win/Makefile.in (install-libraries): Generate tcl8/8.4 directory
under Windows as well (cygwin Makefile). Related entry: 2006-03-07, dgp. This moved the installation of http from 8.2 to 8.4, partially. A fix of the required directory creation was done for unix on Mar 10, without entry in the Changelog. This entry is for the fix of the directory creation under Windows.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 5a6a727..9e72d5d 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.98 2006/03/07 19:32:31 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.99 2006/03/20 19:12:02 andreas_kupries Exp $
VERSION = @TCL_VERSION@
@@ -616,7 +616,7 @@ install-libraries: libraries install-tzdata install-msgs
else true; \
fi; \
done;
- @for i in http1.0 opt0.4 encoding ../tcl8 ../tcl8/8.2 ../tcl8/8.3 ../tcl8/8.5; \
+ @for i in http1.0 opt0.4 encoding ../tcl8 ../tcl8/8.2 ../tcl8/8.3 ../tcl8/8.4 ../tcl8/8.5; \
do \
if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \
echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \