diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-07 17:16:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-07 17:16:20 (GMT) |
commit | 9882c08b412e2c707050a9b0502a3650979a1e48 (patch) | |
tree | 8001254ea8f06f2127cfcfc6ac1e9b93f9a1aa23 | |
parent | 1fb36494e28581b3e046420cd56b93f62cf55971 (diff) | |
download | tcl-9882c08b412e2c707050a9b0502a3650979a1e48.zip tcl-9882c08b412e2c707050a9b0502a3650979a1e48.tar.gz tcl-9882c08b412e2c707050a9b0502a3650979a1e48.tar.bz2 |
....and with the right path.
-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 ef3dd4a..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 \ - $(TOP_DIR)/auto-files.zip $(DISTDIR)/tests + $(TOP_DIR)/tests/auto-files.zip $(DISTDIR)/tests @mkdir $(DISTDIR)/tests/auto0 for i in auto1 auto2 ; \ do \ |