aboutsummaryrefslogtreecommitdiff
path: root/gas/.Sanitize
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-29 00:11:07 +0000
committerTom Tromey <tromey@redhat.com>1998-04-29 00:11:07 +0000
commit5873cbec2bca3c4b8f6850e734702a2f81bb9707 (patch)
tree1fb2c06485b4f5e4cca9872a398554ce7c784e0d /gas/.Sanitize
parent351fc10beb4f856abbe78e4502218a0b078df9f2 (diff)
downloadgdb-5873cbec2bca3c4b8f6850e734702a2f81bb9707.zip
gdb-5873cbec2bca3c4b8f6850e734702a2f81bb9707.tar.gz
gdb-5873cbec2bca3c4b8f6850e734702a2f81bb9707.tar.bz2
Fixed xgettext invocation in .Sanitize files
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r--gas/.Sanitize2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index c7c9f31..02afb05 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -462,6 +462,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/gas.pot ]; then
mv po/gas.pot po/.Recover
fi
# If this fails, Sanitization must fail.
-xgettext `cat po/POTFILES.in` -o po/gas.pot || exit 1
+xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/gas.pot || exit 1
# eof