From 29ff7a394390efc6745810c042b4cba059c34141 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 18 Mar 2008 20:32:03 +0100 Subject: Correct typo in "make syntax-check" diagnostic. * Makefile.maint (sc_prohibit_getopt_without_use): s/assert.h/getopt.h/ --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.maint') diff --git a/Makefile.maint b/Makefile.maint index 7a0157ba7..23a64ee37 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 -- cgit v1.2.3-54-g00ecf