fix xgettext invocation
authorIan Lance Taylor <ian@airs.com>
Wed, 6 May 1998 18:30:34 +0000 (18:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 6 May 1998 18:30:34 +0000 (18:30 +0000)
opcodes/.Sanitize

index e970f0e..6bd973f 100644 (file)
@@ -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.