maint.mk: correct a diagnostic
authorJim Meyering <meyering@redhat.com>
Sat, 10 Apr 2010 20:30:46 +0000 (22:30 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 10 Apr 2010 20:31:07 +0000 (22:31 +0200)
* top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
in diagnostic; now use $prohibit.

ChangeLog
top/maint.mk

index cc0d2d5..e66d23e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 5d194ec..df8e150 100644 (file)
@@ -372,7 +372,7 @@ sc_require_config_h_first:
 
 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: