diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-07-04 15:57:51 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-07-04 16:14:31 +0200 |
commit | 704bc4594dc1fad46831823627749fa10924b41d (patch) | |
tree | ba22bc6c0561c01b3203bfad33455f6523a80256 /catgets/Makefile | |
parent | 70d35b6769c1739719101957de77387e48192f74 (diff) | |
download | glibc-704bc4594dc1fad46831823627749fa10924b41d.zip glibc-704bc4594dc1fad46831823627749fa10924b41d.tar.gz glibc-704bc4594dc1fad46831823627749fa10924b41d.tar.bz2 |
Adapt tst-catgets to changes in tst-gettext
Diffstat (limited to 'catgets/Makefile')
-rw-r--r-- | catgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index a95028f..c11edd3 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -70,8 +70,8 @@ $(objpfx)de/libc.cat: $(objpfx)de.msg $(objpfx)gencat $(objpfx)tst-catgets.out: $(objpfx)de/libc.cat # Generate a non-simple input file. -$(objpfx)de.msg: $(..)po/de.po - LC_ALL=C sed -f xopen-msg.sed $< > $@ +$(objpfx)de.msg: xopen-msg.awk $(..)po/de.po + LC_ALL=C $(AWK) -f $^ $< > $@ $(objpfx)test-gencat.out: test-gencat.sh $(objpfx)test-gencat \ $(objpfx)sample.SJIS.cat |