From dc399a6534c00aa2e0d67c74db5d1371cf4e344d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 20 Feb 2001 08:19:44 +0000 Subject: * iconvdata/Makefile (tests): Only run mtrace-tst-loading if perl is available. Reported by Achim Gottinger . --- iconvdata/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/iconvdata/Makefile b/iconvdata/Makefile index b03712ba7d..4cf573fb73 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -259,8 +259,10 @@ include ../Rules ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) -tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out \ - $(objpfx)mtrace-tst-loading +tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out +ifeq (no,$(PERL) +tests: $(objpfx)mtrace-tst-loading +endif endif endif -- cgit 1.4.1