Mercurial > hg > octave-shane > gnulib-hg
diff top/maint.mk @ 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 | ba35e9647b3b |
children | 0f51b742ab58 |
line wrap: on
line diff
--- a/top/maint.mk +++ b/top/maint.mk @@ -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: