diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:01:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-11-30 06:01:36 (GMT) |
commit | de31dba2a563beaf59a669f640312d21dacdc115 (patch) | |
tree | 12427ec98351f44c5a327dee26a50c38448b4270 /unix | |
parent | fa1c6a3840969cbd088df6de2db23174db998e0b (diff) | |
parent | 39cc9d8a23ee168b1a7330b4ff649d58e28e2a26 (diff) | |
download | tcl-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 '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 2238f1c..9d02515 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -742,7 +742,7 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs 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; \ + @for i in opt0.4 http1.0 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"; \ |