diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-16 10:46:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-16 10:46:11 (GMT) |
commit | 8fc3f4f2157ac13b2ae1ecd90329697069d33b27 (patch) | |
tree | 3300de585f4bd565d77f5e893780d1b3641944eb /unix | |
parent | 6cf6873784a9c4f2488341b1fbf6bc8864d24eb1 (diff) | |
parent | 742e278e9241e450b09d5e89a3acfce1d696ace9 (diff) | |
download | tcl-8fc3f4f2157ac13b2ae1ecd90329697069d33b27.zip tcl-8fc3f4f2157ac13b2ae1ecd90329697069d33b27.tar.gz tcl-8fc3f4f2157ac13b2ae1ecd90329697069d33b27.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index a3e822c..ffea44c 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2322,7 +2322,8 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen $(TOP_DIR)/win/tcl.m4 $(TOP_DIR)/win/aclocal.m4 \ $(TOP_DIR)/win/tclsh.exe.manifest.in $(TOP_DIR)/win/tclUuid.h.in \ $(TOP_DIR)/win/gitmanifest.in $(TOP_DIR)/win/svnmanifest.in \ - $(DISTDIR)/win + $(TOP_DIR)/win/x86_64-w64-mingw32-nmakehlp.exe $(DISTDIR)/win + chmod 775 $(DISTDIR)/win/x86_64-w64-mingw32-nmakehlp.exe cp -p $(TOP_DIR)/win/*.[ch] $(TOP_DIR)/win/*.ico $(TOP_DIR)/win/*.rc \ $(DISTDIR)/win cp -p $(TOP_DIR)/win/*.bat $(DISTDIR)/win |