diff options
author | stwo <stwo> | 2012-08-07 02:56:26 (GMT) |
---|---|---|
committer | stwo <stwo> | 2012-08-07 02:56:26 (GMT) |
commit | eaa3afea4520e2c1f2cbacd6d7cd3c1e0932db33 (patch) | |
tree | 641dfac76c07043b1a16733ba60314a12e4bb841 /unix | |
parent | 2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285 (diff) | |
download | tk-eaa3afea4520e2c1f2cbacd6d7cd3c1e0932db33.zip tk-eaa3afea4520e2c1f2cbacd6d7cd3c1e0932db33.tar.gz tk-eaa3afea4520e2c1f2cbacd6d7cd3c1e0932db33.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 \ |