# HG changeset patch # User Jim Meyering # Date 1270986875 -7200 # Node ID 46eed9944808d8031d7cc61031d4ab8141454034 # Parent 473dffe238d236e385336438c1b430b3327689ab maint.mk: don't include dist-check.mk * top/maint.mk: Remove bogus include directive. diff -r 473dffe238d2 -r 46eed9944808 ChangeLog --- a/ChangeLog Sun Apr 11 13:35:33 2010 +0200 +++ b/ChangeLog Sun Apr 11 13:54:35 2010 +0200 @@ -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 -r 473dffe238d2 -r 46eed9944808 top/maint.mk --- a/top/maint.mk Sun Apr 11 13:35:33 2010 +0200 +++ b/top/maint.mk Sun Apr 11 13:54:35 2010 +0200 @@ -674,8 +674,6 @@ 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.