From: Andreas Jaeger Date: Mon, 26 Feb 2001 12:16:10 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~16482 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89e89345bc62c52c586a5c3bf7a0c04fd139f2ef;p=platform%2Fupstream%2Flinaro-glibc.git Update. * intl/Makefile (tests): Run mtrace-tst-gettext only when perl is available. Reported by Achim Gottinger . --- diff --git a/ChangeLog b/ChangeLog index 1f3cf6a..46b00f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * iconvdata/Makefile (tests): Fix typo in last patch. + * intl/Makefile (tests): Run mtrace-tst-gettext only when perl is + available. + Reported by Achim Gottinger . + 2001-02-25 Andreas Jaeger * intl/Makefile (plural.c): Reorder rules so that they work if diff --git a/intl/Makefile b/intl/Makefile index 4546b71..0536c37 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -53,9 +53,11 @@ include ../Rules ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) -ifneq ($(strip $(MSGFMT)),:) -tests: $(objpfx)mtrace-tst-gettext $(objpfx)tst-translit.out \ - $(objpfx)tst-gettext2.out +fneq ($(strip $(MSGFMT)),:) +tests: $(objpfx)tst-translit.out $(objpfx)tst-gettext2.out +ifneq (no,$(PERL)) +tests: $(objpfx)mtrace-tst-gettext +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