Mercurial > hg > octave-jordi > gnulib-hg
changeset 14572:7eb49e79c178
maint.mk: remove useless semicolon and backslash
* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Remove stray
semicolon and backslash.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sun, 10 Apr 2011 10:24:12 +0200 |
parents | 97c0ee6f4e27 |
children | cbd63e66d32f |
files | ChangeLog top/maint.mk |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-10 Jim Meyering <meyering@redhat.com> + + maint.mk: remove useless semicolon and backslash + * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Remove stray + semicolon and backslash. + 2011-04-10 Bruno Haible <bruno@clisp.org> stdint test: Fix compilation failure on OSF/1 with DTK compiler.
--- a/top/maint.mk +++ b/top/maint.mk @@ -824,7 +824,7 @@ sc_prohibit_empty_lines_at_EOF: @perl -le '$(require_exactly_one_NL_at_EOF_)' $$($(VC_LIST_EXCEPT)) \ || { echo '$(ME): empty line(s) or no newline at EOF' \ - 1>&2; exit 1; } || :; \ + 1>&2; exit 1; } || : # Make sure we don't use st_blocks. Use ST_NBLOCKS instead. # This is a bit of a kludge, since it prevents use of the string