diff options
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile index 8a5f05c..07108b1 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -51,7 +51,7 @@ ifneq ($(strip $(MSGFMT)),:) .PHONY: do-gettext-test tests: do-gettext-test do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext - $(SHELL) -e $< $(common-objpfx) $(objpfx) + $(SHELL) -e $< $(common-objpfx) $(common-objpfx)intl/ endif endif endif |