summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
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 '\<getopt(_long)? \(' $$files \
| grep . && \
- { echo "$(ME): the above files include <assert.h> but don't use it" \
+ { echo "$(ME): the above files include <getopt.h> but don't use it" \
1>&2; exit 1; } || :; \
else :; \
fi