maint.mk: avoid redundant file name in message
authorEric Blake <eblake@redhat.com>
Mon, 20 Aug 2012 15:38:54 +0000 (09:38 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 20 Aug 2012 15:38:54 +0000 (09:38 -0600)
commit96ad9077d219395a644c2310421196b317c49d21
tree6a103eedd2ceda49e8fc9bff9462c0a3e5c95c4c
parent898f14315ec5a835de4a355871a2798543a582ee
maint.mk: avoid redundant file name in message

$(_sc_search_regexp) already prefixes its errors with $(ME), so
failure on one of these rules looked like:

maint.mk: maint.mk: replace strcmp calls above with STREQ/STRNEQ

* top/maint.mk (sc_prohibit_strcmp, sc_unmarked_diagnostics)
(sc_prohibit_defined_have_decl_tests, sc_const_long_option)
(sc_makefile_path_separator_check): Remove bogus $(ME).

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
top/maint.mk