changeset 13202:69a6d1611d1b

maint.mk: correct a diagnostic * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re in diagnostic; now use $prohibit.
author Jim Meyering <meyering@redhat.com>
date Sat, 10 Apr 2010 22:30:46 +0200
parents 44c840887cad
children 0f51b742ab58
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Apr 10 22:30:16 2010 +0200
+++ b/ChangeLog	Sat Apr 10 22:30:46 2010 +0200
@@ -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.
--- a/top/maint.mk	Sat Apr 10 22:30:16 2010 +0200
+++ b/top/maint.mk	Sat Apr 10 22:30:46 2010 +0200
@@ -372,7 +372,7 @@
 
 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: