mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
(tests): Reorder conditions, tst-gettext needs msgfmt.
This commit is contained in:
parent
9434fe8112
commit
d4eaa8bb24
@ -56,10 +56,10 @@ ifeq (yes,$(build-shared))
|
|||||||
ifneq ($(strip $(MSGFMT)),:)
|
ifneq ($(strip $(MSGFMT)),:)
|
||||||
tests: $(objpfx)tst-translit.out $(objpfx)tst-gettext2.out \
|
tests: $(objpfx)tst-translit.out $(objpfx)tst-gettext2.out \
|
||||||
$(objpfx)tst-codeset.out
|
$(objpfx)tst-codeset.out
|
||||||
endif
|
|
||||||
ifneq (no,$(PERL))
|
ifneq (no,$(PERL))
|
||||||
tests: $(objpfx)mtrace-tst-gettext
|
tests: $(objpfx)mtrace-tst-gettext
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
$(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out
|
$(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out
|
||||||
$(common-objpfx)malloc/mtrace $(objpfx)tst-gettext.mtrace > $@
|
$(common-objpfx)malloc/mtrace $(objpfx)tst-gettext.mtrace > $@
|
||||||
$(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext
|
$(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext
|
||||||
|
Loading…
Reference in New Issue
Block a user