summaryrefslogtreecommitdiff
path: root/intl/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-07-04 14:16:05 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-07-04 14:32:53 +0200
commit70d35b6769c1739719101957de77387e48192f74 (patch)
treebbcbe938da0ede53dd4ff3cede4b45fa4ed2595b /intl/Makefile
parentca61cf32d934eda9130c4d3c6911892877ad7b0d (diff)
Fix tst-gettext test
Diffstat (limited to 'intl/Makefile')
-rw-r--r--intl/Makefile4
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)\"