From ee66b572a861b5106b4fa0b5f68aade400f2cbd3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 6 May 1998 18:16:28 +0000 Subject: [PATCH] fix xgettext invocation --- binutils/.Sanitize | 2 +- gas/.Sanitize | 2 +- gprof/.Sanitize | 2 +- ld/.Sanitize | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 0cd250b17e..be27465062 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 -c -k _ -k N_ -f po/POTFILES.in -o po/binutils.pot || exit 1 +xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/binutils.pot || exit 1 # eof diff --git a/gas/.Sanitize b/gas/.Sanitize index 02afb05bf3..b51684ef3d 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 -c -k _ -k N_ -f po/POTFILES.in -o po/gas.pot || exit 1 +xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/gas.pot || exit 1 # eof diff --git a/gprof/.Sanitize b/gprof/.Sanitize index 65e3ffab6e..e8c29599a1 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -118,6 +118,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/gprof.pot ]; then mv po/gprof.pot po/.Recover fi # If this fails, Sanitization must fail. -xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/gprof.pot || exit 1 +xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/gprof.pot || exit 1 # eof diff --git a/ld/.Sanitize b/ld/.Sanitize index b2b7b9f288..ee0057bfcb 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -320,5 +320,5 @@ if [ -n "${safe}" -a ! -f po/.Recover/ld.pot ]; then mv po/ld.pot po/.Recover fi # If this fails, Sanitization must fail. -xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/ld.pot || exit 1 +xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/ld.pot || exit 1 # eof -- 2.34.1