From: Dmitry V. Levin Date: Tue, 18 Mar 2008 19:32:03 +0000 (+0100) Subject: Correct typo in "make syntax-check" diagnostic. X-Git-Tag: v6.11~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ff7a394390efc6745810c042b4cba059c34141;p=thirdparty%2Fcoreutils.git Correct typo in "make syntax-check" diagnostic. * Makefile.maint (sc_prohibit_getopt_without_use): s/assert.h/getopt.h/ --- diff --git a/Makefile.maint b/Makefile.maint index 7a0157ba7f..23a64ee376 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -185,7 +185,7 @@ sc_prohibit_getopt_without_use: $$($(CVS_LIST_EXCEPT) | grep '\.c$$')) && \ grep -E -L '\ but don't use it" \ + { echo "$(ME): the above files include but don't use it" \ 1>&2; exit 1; } || :; \ else :; \ fi