Mercurial > hg > octave-kai > gnulib-hg
changeset 13210:46eed9944808
maint.mk: don't include dist-check.mk
* top/maint.mk: Remove bogus include directive.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sun, 11 Apr 2010 13:54:35 +0200 |
parents | 473dffe238d2 |
children | e1c32cc240d9 |
files | ChangeLog top/maint.mk |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- a/top/maint.mk +++ b/top/maint.mk @@ -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.