diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-08 09:34:50 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-08 09:34:50 (GMT) |
| commit | f6fcad381d68d1709eca5f36f9219790f3a202ad (patch) | |
| tree | 1133c3b52e1f6568faec287feb9f3cd7e11353f4 | |
| parent | 8890f3789187ce24be22bb0d9c3e5bdbd5e8b61d (diff) | |
| parent | f5355790e845985f5865e4bf9de60824f495c536 (diff) | |
| download | tcl-f6fcad381d68d1709eca5f36f9219790f3a202ad.zip tcl-f6fcad381d68d1709eca5f36f9219790f3a202ad.tar.gz tcl-f6fcad381d68d1709eca5f36f9219790f3a202ad.tar.bz2 | |
Fix [a6fb744b20]: missing file from distribution
| -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 baebacd..e06f749 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2379,7 +2379,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen $(DIST_INSTALL_DATA) $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \ $(TOP_DIR)/tests/*.bench $(TOP_DIR)/tests/*.tar.gz \ $(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \ - $(TOP_DIR)/tests/auto-files.zip $(DISTDIR)/tests + $(TOP_DIR)/tests/*.zip $(DISTDIR)/tests @mkdir $(DISTDIR)/tests/auto0 for i in auto1 auto2 ; \ do \ |
