* iconvdata/Makefile (tests): Only run mtrace-tst-loading if perl

is available. 
Reported by Achim Gottinger <achim@gentoo.org>.
This commit is contained in:
Andreas Jaeger 2001-02-20 08:19:44 +00:00
parent 2fad2c60b6
commit dc399a6534
1 changed files with 4 additions and 2 deletions

View 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