diff options
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/Makefile b/intl/Makefile index fc6af4446a..e95f519822 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -83,9 +83,9 @@ $(objpfx)tst-gettext6.out: tst-gettext6.sh $(objpfx)tst-gettext6 endif endif -$(objpfx)msgs.h: po2test.sed ../po/de.po +$(objpfx)msgs.h: po2test.awk ../po/de.po $(make-target-directory) - LC_ALL=C sed -f $^ > $@ + LC_ALL=C $(AWK) -f $^ > $@ CFLAGS-tst-gettext.c = -DTESTSTRS_H=\"$(objpfx)msgs.h\" CFLAGS-tst-translit.c = -DOBJPFX=\"$(objpfx)\" |