* top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
in diagnostic; now use $prohibit.
+2010-04-10  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: correct a diagnostic
+       * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
+       in diagnostic; now use $prohibit.
+
 2010-04-10  Bruno Haible  <address@hidden>
 
        fchownat: Fix a C++ test error on Solaris 8.
 
 
 sc_prohibit_HAVE_MBRTOWC:
        @prohibit='\bHAVE_MBRTOWC\b'                                    \
-       halt="do not use $$re; it is always defined"                    \
+       halt="do not use $$prohibit; it is always defined"              \
          $(_sc_search_regexp)
 
 # To use this "command" macro, you must first define two shell variables: