diff options
| author | stwo@users.sourceforge.net <stwo> | 2012-08-07 02:55:38 (GMT) |
|---|---|---|
| committer | stwo@users.sourceforge.net <stwo> | 2012-08-07 02:55:38 (GMT) |
| commit | f633aef735595eb6fe46bef446231ce36252e622 (patch) | |
| tree | d4a27ebb5bde0b4b9dccaacf9e5d4b9aef7c3db5 | |
| parent | 5d6e82becbb5bb4641f41381c03ae6f9deab5351 (diff) | |
| download | tcl-f633aef735595eb6fe46bef446231ce36252e622.zip tcl-f633aef735595eb6fe46bef446231ce36252e622.tar.gz tcl-f633aef735595eb6fe46bef446231ce36252e622.tar.bz2 | |
No need for install-sh to be executable.
| -rw-r--r-- | unix/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0ede587..c369f57 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1928,7 +1928,6 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M $(UNIX_DIR)/tcl.pc.in $(DISTDIR)/unix chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in chmod 775 $(DISTDIR)/unix/ldAix - chmod +x $(DISTDIR)/unix/install-sh mkdir $(DISTDIR)/generic cp -p $(GENERIC_DIR)/*.[cdh] $(DISTDIR)/generic cp -p $(GENERIC_DIR)/*.decls $(DISTDIR)/generic |
