From: Jim Meyering Date: Tue, 10 Feb 2004 09:54:25 +0000 (+0000) Subject: . X-Git-Tag: v5.2.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965af8c7322f5cf4c08dc8104da7e962d24976eb;p=thirdparty%2Fcoreutils.git . --- diff --git a/Makefile.in b/Makefile.in index a028f74dc1..c0fc5171aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -531,6 +531,9 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ @@ -732,6 +735,9 @@ install-root: check-root: cd tests && $(MAKE) $@ +dist-hook: + test -x config/install-sh + distcheck-hook: $(MAKE) my-distcheck .kludge-stamp: $(srcdir)/src/Makefile.in