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 86ac97fd87..b770d38d2c 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -56,10 +56,10 @@ ifeq (yes,$(build-shared)) ifneq ($(strip $(MSGFMT)),:) tests: $(objpfx)tst-translit.out $(objpfx)tst-gettext2.out \ $(objpfx)tst-codeset.out -endif ifneq (no,$(PERL)) tests: $(objpfx)mtrace-tst-gettext endif +endif $(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out $(common-objpfx)malloc/mtrace $(objpfx)tst-gettext.mtrace > $@ $(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext |