* iconvdata/Makefile (tests): Only run mtrace-tst-loading if perl
authorAndreas Jaeger <aj@suse.de>
Tue, 20 Feb 2001 08:19:44 +0000 (08:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 20 Feb 2001 08:19:44 +0000 (08:19 +0000)
is available.
Reported by Achim Gottinger <achim@gentoo.org>.

iconvdata/Makefile

index b03712b..4cf573f 100644 (file)
@@ -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