maint.mk: remove useless semicolon and backslash
authorJim Meyering <meyering@redhat.com>
Sun, 10 Apr 2011 08:24:12 +0000 (10:24 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Apr 2011 08:05:10 +0000 (10:05 +0200)
* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Remove stray
semicolon and backslash.

ChangeLog
top/maint.mk

index 45f5d0469da851de3b74633693875968b4788db4..00e9df202c5db5bf5a52931eee79c8a149b6a0e2 100644 (file)
--- 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.
index 427dff3ecea1dba153f17852e4150de9e8c2a80e..ada00be4dc1de86b404fe8aa63b3aef66f7b5bc4 100644 (file)
@@ -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