From: Jim Meyering Date: Sun, 11 Apr 2010 11:54:35 +0000 (+0200) Subject: maint.mk: don't include dist-check.mk X-Git-Tag: v0.1~4277 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=1b2df44715fcd3041ce35aa638282b25dacb46d7;p=gnulib.git maint.mk: don't include dist-check.mk * top/maint.mk: Remove bogus include directive. --- 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.