From 1b2df44715fcd3041ce35aa638282b25dacb46d7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Apr 2010 13:54:35 +0200 Subject: [PATCH] maint.mk: don't include dist-check.mk * top/maint.mk: Remove bogus include directive. --- ChangeLog | 3 +++ top/maint.mk | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89f557ed1..0ee4f0065 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-04-11 Jim Meyering + maint.mk: don't include dist-check.mk + * top/maint.mk: Remove bogus include directive. + maint.mk: improve empty-line-at-EOF check * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based solution, rather than tail+Perl-based one. The latter would read diff --git a/top/maint.mk b/top/maint.mk index bc8a5810c..c663bce0c 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -674,8 +674,6 @@ sc_prohibit_cvs_keyword: halt='do not use CVS keyword expansion' \ $(_sc_search_regexp) - include $(srcdir)/dist-check.mk - # This Perl code is slightly obfuscated. Not only is each "$" doubled # because it's in a Makefile, but the $$c's are comments; we cannot # use "#" due to the way the script ends up concatenated onto one line. -- 2.11.0