diff options
author | Jim Meyering <meyering@redhat.com> | 2009-04-29 12:23:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-04-29 12:23:41 +0200 |
commit | e802490f47bcbf4a32354e8144b1f03c4e3e458c (patch) | |
tree | 4889f04d27cdaf542e2c9d37f8e02a945c7f42ff /Makefile.am | |
parent | 3f489d59f3b26f6e91f4ad1d6114b88a08bbb624 (diff) | |
download | idutils-e802490f47bcbf4a32354e8144b1f03c4e3e458c.tar.gz idutils-e802490f47bcbf4a32354e8144b1f03c4e3e458c.tar.bz2 idutils-e802490f47bcbf4a32354e8144b1f03c4e3e458c.zip |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 60927b6..ca4a382 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ EXTRA_DIST = \ .x-sc_cast_of_argument_to_free \ .x-sc_require_config_h \ cfg.mk \ + dist-check.mk \ idutils.spec \ idutils.spec.in \ maint.mk \ |