summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-10 09:54:25 +0000
committerJim Meyering <jim@meyering.net>2004-02-10 09:54:25 +0000
commit965af8c7322f5cf4c08dc8104da7e962d24976eb (patch)
treee7a1c41434b10ee081d42ae905d02b06033ca8f8
parent4e9f0b868274603111a6a77fbdf749759acc78d3 (diff)
downloadcoreutils-965af8c7322f5cf4c08dc8104da7e962d24976eb.tar.xz
.
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a028f74dc..c0fc5171a 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