summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 06:01:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-11-30 06:01:36 (GMT)
commitde31dba2a563beaf59a669f640312d21dacdc115 (patch)
tree12427ec98351f44c5a327dee26a50c38448b4270 /win/Makefile.in
parentfa1c6a3840969cbd088df6de2db23174db998e0b (diff)
parent39cc9d8a23ee168b1a7330b4ff649d58e28e2a26 (diff)
downloadtcl-de31dba2a563beaf59a669f640312d21dacdc115.zip
tcl-de31dba2a563beaf59a669f640312d21dacdc115.tar.gz
tcl-de31dba2a563beaf59a669f640312d21dacdc115.tar.bz2
Use the same shebang comment everywhere
don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index af9e0a5..bd07869 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -611,7 +611,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.4 ../tcl8/8.4/platform ../tcl8/8.5; \
+ @for i in http1.0 opt0.4 encoding ../tcl8 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5; \
do \
if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \
echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \
@@ -624,8 +624,6 @@ install-libraries: libraries install-tzdata install-msgs
"$(GENERIC_DIR)/tclPlatDecls.h" \
"$(GENERIC_DIR)/tclTomMath.h" \
"$(GENERIC_DIR)/tclTomMathDecls.h" \
- "$(TOMMATH_DIR)/tommath_class.h" \
- "$(TOMMATH_DIR)/tommath_superclass.h" ; \
do \
$(COPY) "$$i" "$(INCLUDE_INSTALL_DIR)"; \
done;