From 5873cbec2bca3c4b8f6850e734702a2f81bb9707 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 29 Apr 1998 00:11:07 +0000 Subject: Fixed xgettext invocation in .Sanitize files --- binutils/.Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils') 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 -- cgit v1.1