summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2008-03-18 20:32:03 +0100
committerJim Meyering <meyering@redhat.com>2008-03-18 20:33:36 +0100
commit29ff7a394390efc6745810c042b4cba059c34141 (patch)
tree528390bea6509d2f45751949f3b04fa31933c15b /Makefile.maint
parent0ecdb0a52a80d0fd5d2c448b6cab8276e9934c81 (diff)
downloadcoreutils-29ff7a394390efc6745810c042b4cba059c34141.tar.xz
Correct typo in "make syntax-check" diagnostic.
* Makefile.maint (sc_prohibit_getopt_without_use): s/assert.h/getopt.h/
Diffstat (limited to 'Makefile.maint')
-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