]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 10 Feb 2004 09:54:25 +0000 (09:54 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 Feb 2004 09:54:25 +0000 (09:54 +0000)
Makefile.in

index a028f74dc1bb2a615fe0413213a23f370a8137c4..c0fc5171aaf36cd26fdff1509b8e79b7ca95055f 100644 (file)
@@ -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