From 965af8c7322f5cf4c08dc8104da7e962d24976eb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 10 Feb 2004 09:54:25 +0000 Subject: [PATCH] . --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2