* top/maint.mk: Remove bogus include directive.
2010-04-11 Jim Meyering <meyering@redhat.com>
+ 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
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.