diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:08:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:08:00 (GMT) |
commit | e5d18f03be65ec94911ef541ff0b52a3522c0533 (patch) | |
tree | 50a59b3c0c6f52f09cea2b83a06da5b8d54ca7c5 /win/Makefile.in | |
parent | 3768c5cbb266c4eb7bcbc8c9f466c546a8e41dff (diff) | |
parent | de31dba2a563beaf59a669f640312d21dacdc115 (diff) | |
download | tcl-e5d18f03be65ec94911ef541ff0b52a3522c0533.zip tcl-e5d18f03be65ec94911ef541ff0b52a3522c0533.tar.gz tcl-e5d18f03be65ec94911ef541ff0b52a3522c0533.tar.bz2 |
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.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index b2ce7c4..47640bb 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -635,7 +635,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 ../tcl8/8.6; \ + @for i in http1.0 opt0.4 encoding ../tcl8 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5 ../tcl8/8.6; \ do \ if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \ @@ -649,8 +649,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; |