about summary refs log tree commit diff
path: root/iconvdata/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-20 08:19:44 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-20 08:19:44 +0000
commitdc399a6534c00aa2e0d67c74db5d1371cf4e344d (patch)
treeeb45293962f6fc2311f56232e767f39b3a8425ce /iconvdata/Makefile
parent2fad2c60b64c48f62eaa060adb286afd86113a79 (diff)
downloadglibc-dc399a6534c00aa2e0d67c74db5d1371cf4e344d.tar.gz
glibc-dc399a6534c00aa2e0d67c74db5d1371cf4e344d.tar.xz
glibc-dc399a6534c00aa2e0d67c74db5d1371cf4e344d.zip
* iconvdata/Makefile (tests): Only run mtrace-tst-loading if perl
is available. 
Reported by Achim Gottinger <achim@gentoo.org>.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r--iconvdata/Makefile6
1 files 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