From: Ian Lance Taylor Date: Wed, 6 May 1998 18:30:34 +0000 (+0000) Subject: fix xgettext invocation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6711d1ef2358c9e6b2708b61f4df1ba2bddd4f35;p=binutils-gdb.git fix xgettext invocation --- diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index e970f0ee47e..6bd973f8709 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -503,6 +503,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/opcodes.pot ]; then fi # If this fails, Sanitization must fail. -xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/opcodes.pot || exit 1 +xgettext -C -c -k_ -kN_ -f po/POTFILES.in -o po/opcodes.pot || exit 1 # End of file.