summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-08 08:29:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-08 08:29:07 (GMT)
commite17a4a970afc7c7b5255b89fc8b1f8205123fde5 (patch)
treeda7ac592770ba9d34a7c906a6e730fc5f642bbcb /unix
parent03a2d33363262ebd29de7e7bf86485b068488883 (diff)
downloadtcl-e17a4a970afc7c7b5255b89fc8b1f8205123fde5.zip
tcl-e17a4a970afc7c7b5255b89fc8b1f8205123fde5.tar.gz
tcl-e17a4a970afc7c7b5255b89fc8b1f8205123fde5.tar.bz2
Fix [a6fb744b20]: missing file from distribution
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e096f35..4a2c395 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2334,7 +2334,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 \