diff options
author | dgp <dgp@users.sourceforge.net> | 2024-04-05 15:45:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-04-05 15:45:04 (GMT) |
commit | 5e971db6b61c7bf5015e66a5703434b1871fabdc (patch) | |
tree | 7dff66367744528a02521d1cec05628db0efadb7 | |
parent | 18bbed86b9e6244d38a087218c0e964a5fe7b1dc (diff) | |
download | tcl-5e971db6b61c7bf5015e66a5703434b1871fabdc.zip tcl-5e971db6b61c7bf5015e66a5703434b1871fabdc.tar.gz tcl-5e971db6b61c7bf5015e66a5703434b1871fabdc.tar.bz2 |
changes file removal sequel
-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..9e839c6 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2339,7 +2339,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen $(DIST_INSTALL_DATA) $(GENERIC_DIR)/*.decls $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(GENERIC_DIR)/README $(DISTDIR)/generic $(DIST_INSTALL_DATA) $(GENERIC_DIR)/tclGetDate.y $(DISTDIR)/generic - $(DIST_INSTALL_DATA) $(TOP_DIR)/changes $(TOP_DIR)/README.md \ + $(DIST_INSTALL_DATA) $(TOP_DIR)/README.md \ $(TOP_DIR)/license.terms $(DISTDIR) $(INSTALL_DATA_DIR) $(DISTDIR)/library $(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(TOP_DIR)/library/*.tcl \ |