Browse Source

(tests): Reorder conditions, tst-gettext needs msgfmt.

cvs/glibc-2-2-branch
Andreas Jaeger 25 years ago
parent
commit
d4eaa8bb24
  1. 2
      intl/Makefile

2
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

Loading…
Cancel
Save