projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fad2c6
)
* iconvdata/Makefile (tests): Only run mtrace-tst-loading if perl
author
Andreas Jaeger
<aj@suse.de>
Tue, 20 Feb 2001 08:19:44 +0000
(08:19 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/iconvdata/Makefile
b/iconvdata/Makefile
index
b03712b
..
4cf573f
100644
(file)
--- 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