summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-04-11 13:54:35 +0200
committerJim Meyering <meyering@redhat.com>2010-04-11 13:54:35 +0200
commit1b2df44715fcd3041ce35aa638282b25dacb46d7 (patch)
treec48a533ed8f8b68d352c3fd6f1e54d89ca1e32b2 /top
parent01995a99d9e6f934f057fd37a55292c1dac05bdf (diff)
downloadgnulib-1b2df44715fcd3041ce35aa638282b25dacb46d7.tar.gz
maint.mk: don't include dist-check.mk
* top/maint.mk: Remove bogus include directive.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/top/maint.mk b/top/maint.mk
index bc8a5810c4..c663bce0c8 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.