diff options
author | stwo@users.sourceforge.net <stwo> | 2012-08-07 02:56:26 (GMT) |
---|---|---|
committer | stwo@users.sourceforge.net <stwo> | 2012-08-07 02:56:26 (GMT) |
commit | 5d8ac5b98c5ed2984a83b39a0033417cb2111182 (patch) | |
tree | 641dfac76c07043b1a16733ba60314a12e4bb841 /unix | |
parent | f7ec449dc20a7ae02da56b07feb936063f56dc92 (diff) | |
download | tk-5d8ac5b98c5ed2984a83b39a0033417cb2111182.zip tk-5d8ac5b98c5ed2984a83b39a0033417cb2111182.tar.gz tk-5d8ac5b98c5ed2984a83b39a0033417cb2111182.tar.bz2 |
No need for install-sh to be executable.
Diffstat (limited to 'unix')
-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 8d928e9..6c19f92 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1554,7 +1554,6 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M $(UNIX_DIR)/README $(UNIX_DIR)/installManPage \ $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(DISTDIR)/unix chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in - chmod +x $(DISTDIR)/unix/install-sh mkdir $(DISTDIR)/bitmaps @(cd $(TOP_DIR); for i in bitmaps/* ; do \ if [ -f $$i ] ; then \ |