diff options
Diffstat (limited to 'libc/catgets/Makefile')
-rw-r--r-- | libc/catgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/catgets/Makefile b/libc/catgets/Makefile index 3c5ad7a15..b6d6a69f8 100644 --- a/libc/catgets/Makefile +++ b/libc/catgets/Makefile @@ -74,8 +74,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 |