From: Jim Meyering Date: Sun, 10 Apr 2011 08:24:12 +0000 (+0200) Subject: maint.mk: remove useless semicolon and backslash X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd6551404efff84abc69c3795dbe125cd13ebbd;p=pspp maint.mk: remove useless semicolon and backslash * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Remove stray semicolon and backslash. --- diff --git a/ChangeLog b/ChangeLog index 45f5d0469d..00e9df202c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-10 Jim Meyering + + 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 stdint test: Fix compilation failure on OSF/1 with DTK compiler. diff --git a/top/maint.mk b/top/maint.mk index 427dff3ece..ada00be4dc 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -824,7 +824,7 @@ require_exactly_one_NL_at_EOF_ = \ 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