projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4191f43
)
2003-03-01 Andreas Schwab <schwab@suse.de>
author
Roland McGrath
<roland@gnu.org>
Sat, 1 Mar 2003 22:15:00 +0000
(22:15 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sat, 1 Mar 2003 22:15:00 +0000
(22:15 +0000)
* resolv/Makefile (tests): Don't depend on
$(objpfx)mtrace-tst-leaks when cross compiling.
resolv/Makefile
patch
|
blob
|
history
diff --git
a/resolv/Makefile
b/resolv/Makefile
index
44c1b34
..
2e74ba5
100644
(file)
--- a/
resolv/Makefile
+++ b/
resolv/Makefile
@@
-93,6
+93,8
@@
$(objpfx)tst-leaks: $(objpfx)libresolv.so
tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace
$(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@
+ifeq (no,$(cross-compiling))
ifneq (no,$(PERL))
tests: $(objpfx)mtrace-tst-leaks
endif
+endif