summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-04-26 20:08:16 +0200
committerJim Meyering <meyering@redhat.com>2009-04-26 20:29:25 +0200
commit413006e7942beb8fb3438fefe1bb6d1ea6b4e2f1 (patch)
tree7e487c8d09331cfc0d66a7149fa213f45c46aa45 /cfg.mk
parent2aecadb4a2ee9fc56676458f1e649f66b0746208 (diff)
downloadparted-413006e7942beb8fb3438fefe1bb6d1ea6b4e2f1.tar.gz
build: accommodate maint.mk, now that it's pulled from gnulib
* dist-check.mk: New file, from coreutils. Was part of maint.mk. * cfg.mk (old_NEWS_hash): Include $(srcdir)/dist-check.mk. Remove trailing " -", to align with new check in maint.mk. * Makefile.am (EXTRA_DIST): Add dist-check.mk.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 4edfd2b..97404ea 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -54,4 +54,6 @@ gnulib_dir = /gnulib
# Now that we have better (check.mk) tests, make this the default.
export VERBOSE = yes
-old_NEWS_hash = 8a99df976725b4f21b1fcaba8afc00de -
+old_NEWS_hash = 8a99df976725b4f21b1fcaba8afc00de
+
+include $(srcdir)/dist-check.mk