summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-24 15:33:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-24 15:33:59 (GMT)
commit31de47e1d6845a1017bcdaaef8072c5843513b05 (patch)
tree69d26be2ee8bd6c0bede47815fdcb6140c813cb0 /unix
parent9fe163167b7adc815ef8ba38a1731d968e2e448b (diff)
parent2b54268bb778bdb9fc04f710ecf0794d8a9ea255 (diff)
downloadtcl-31de47e1d6845a1017bcdaaef8072c5843513b05.zip
tcl-31de47e1d6845a1017bcdaaef8072c5843513b05.tar.gz
tcl-31de47e1d6845a1017bcdaaef8072c5843513b05.tar.bz2
unix/configure.in is not supposed to be executable in the 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 a6d935f..85acc1f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2062,7 +2062,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
$(UNIX_DIR)/README $(UNIX_DIR)/ldAix $(UNIX_DIR)/tcl.spec \
$(UNIX_DIR)/installManPage $(UNIX_DIR)/tclConfig.h.in \
$(UNIX_DIR)/tcl.pc.in $(DISTDIR)/unix
- chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in
+ chmod 775 $(DISTDIR)/unix/configure
chmod 775 $(DISTDIR)/unix/ldAix
@mkdir $(DISTDIR)/generic
cp -p $(GENERIC_DIR)/*.[cdh] $(DISTDIR)/generic