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 /unix | |
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 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 77e87bc..eb1af89 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -810,7 +810,7 @@ install-libraries: libraries else true; \ fi; \ done; - @for i in opt0.4 http1.0 encoding ../tcl8 ../tcl8/8.3 ../tcl8/8.4 ../tcl8/8.4/platform ../tcl8/8.5 ../tcl8/8.6; \ + @for i in opt0.4 http1.0 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"; \ |