aboutsummaryrefslogtreecommitdiff
path: root/binutils/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r--binutils/.Sanitize2
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