Correct typo in "make syntax-check" diagnostic.
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 18 Mar 2008 19:32:03 +0000 (20:32 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Mar 2008 19:33:36 +0000 (20:33 +0100)
* Makefile.maint (sc_prohibit_getopt_without_use): s/assert.h/getopt.h/

Makefile.maint

index 7a0157b..23a64ee 100644 (file)
@@ -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