diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-06 18:16:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-06 18:16:28 +0000 |
commit | ee66b572a861b5106b4fa0b5f68aade400f2cbd3 (patch) | |
tree | 204b3224953ed1cfb1f1763f96a42f7458b1ac93 /binutils/.Sanitize | |
parent | c2400a02de20cd3dfb9d4c3367622bc11a41d780 (diff) | |
download | gdb-ee66b572a861b5106b4fa0b5f68aade400f2cbd3.zip gdb-ee66b572a861b5106b4fa0b5f68aade400f2cbd3.tar.gz gdb-ee66b572a861b5106b4fa0b5f68aade400f2cbd3.tar.bz2 |
fix xgettext invocation
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r-- | binutils/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 0cd250b..be27465 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 |