maint.mk: don't include dist-check.mk
authorJim Meyering <meyering@redhat.com>
Sun, 11 Apr 2010 11:54:35 +0000 (13:54 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 11 Apr 2010 11:54:35 +0000 (13:54 +0200)
* top/maint.mk: Remove bogus include directive.

ChangeLog
top/maint.mk

index 89f557e..0ee4f00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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
index bc8a581..c663bce 100644 (file)
@@ -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.