diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-29 00:11:07 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-29 00:11:07 +0000 |
commit | 5873cbec2bca3c4b8f6850e734702a2f81bb9707 (patch) | |
tree | 1fb2c06485b4f5e4cca9872a398554ce7c784e0d /binutils | |
parent | 351fc10beb4f856abbe78e4502218a0b078df9f2 (diff) | |
download | fsf-binutils-gdb-5873cbec2bca3c4b8f6850e734702a2f81bb9707.zip fsf-binutils-gdb-5873cbec2bca3c4b8f6850e734702a2f81bb9707.tar.gz fsf-binutils-gdb-5873cbec2bca3c4b8f6850e734702a2f81bb9707.tar.bz2 |
Fixed xgettext invocation in .Sanitize files
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 244f8b4..0cd250b 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -143,6 +143,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/binutils.pot ]; then mv po/binutils.pot po/.Recover fi # If this fails, Sanitization must fail. -xgettext `cat po/POTFILES.in` -o po/binutils.pot || exit 1 +xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/binutils.pot || exit 1 # eof |