diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-08 06:20:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-08 06:20:10 (GMT) |
commit | 6c0944669392998b387899f50edb0a89501d882d (patch) | |
tree | 7c46ef579cd30d1edfa3e98abeb589f45cfb134f /unix | |
parent | c0ef486e3da4cb47424faafc5d185011f844b991 (diff) | |
download | tcl-6c0944669392998b387899f50edb0a89501d882d.zip tcl-6c0944669392998b387899f50edb0a89501d882d.tar.gz tcl-6c0944669392998b387899f50edb0a89501d882d.tar.bz2 |
If the test suite needs a file, it needs to go in the distribution (cherry-pick)
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 4bba56d..4261fa6 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2288,7 +2288,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \ $(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \ - $(DISTDIR)/tests + $(TOP_DIR)/tests/auto-files.zip $(DISTDIR)/tests @mkdir $(DISTDIR)/tests/auto0 for i in auto1 auto2 ; \ do \ |