diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-06 18:30:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-06 18:30:34 +0000 |
commit | 6711d1ef2358c9e6b2708b61f4df1ba2bddd4f35 (patch) | |
tree | 521758c5cf8ad79f0569ec1e54583f1a05a790cd /opcodes | |
parent | ee66b572a861b5106b4fa0b5f68aade400f2cbd3 (diff) | |
download | fsf-binutils-gdb-6711d1ef2358c9e6b2708b61f4df1ba2bddd4f35.zip fsf-binutils-gdb-6711d1ef2358c9e6b2708b61f4df1ba2bddd4f35.tar.gz fsf-binutils-gdb-6711d1ef2358c9e6b2708b61f4df1ba2bddd4f35.tar.bz2 |
fix xgettext invocation
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index e970f0e..6bd973f 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. |