diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intl/Makefile b/intl/Makefile index 21c73e7566..ce7b15b8c7 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -48,6 +48,7 @@ do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext $(SHELL) -e $< $(common-objpfx) $(objpfx) $(objpfx)msgs.h: po2test.sed ../po/de.po + $(make-target-directory) sed -f $^ > $@ CFLAGS-tst-gettext.c = -DTESTSTRS_H=\"$(objpfx)msgs.h\" |