From 70d35b6769c1739719101957de77387e48192f74 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 4 Jul 2012 14:16:05 +0200 Subject: Fix tst-gettext test --- intl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intl/Makefile') diff --git a/intl/Makefile b/intl/Makefile index fc6af44..e95f519 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)\" -- cgit v1.1