diff options
author | stwo <stwo> | 2012-08-07 02:55:38 (GMT) |
---|---|---|
committer | stwo <stwo> | 2012-08-07 02:55:38 (GMT) |
commit | 12138ab3247620cd373014b9fc8047d9902c365e (patch) | |
tree | d4a27ebb5bde0b4b9dccaacf9e5d4b9aef7c3db5 /unix/Makefile.in | |
parent | 19e3b378a89091b1d0968a3db2b4f2ad493dc65a (diff) | |
download | tcl-12138ab3247620cd373014b9fc8047d9902c365e.zip tcl-12138ab3247620cd373014b9fc8047d9902c365e.tar.gz tcl-12138ab3247620cd373014b9fc8047d9902c365e.tar.bz2 |
No need for install-sh to be executable.
Diffstat (limited to 'unix/Makefile.in')
-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 |