mirror of git://sourceware.org/git/glibc.git
2003-03-01 Andreas Schwab <schwab@suse.de>
* resolv/Makefile (tests): Don't depend on $(objpfx)mtrace-tst-leaks when cross compiling.
This commit is contained in:
parent
4191f43dd2
commit
f88658e9b9
|
|
@ -93,6 +93,8 @@ $(objpfx)tst-leaks: $(objpfx)libresolv.so
|
||||||
tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace
|
tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace
|
||||||
$(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
|
$(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
|
||||||
$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@
|
$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@
|
||||||
|
ifeq (no,$(cross-compiling))
|
||||||
ifneq (no,$(PERL))
|
ifneq (no,$(PERL))
|
||||||
tests: $(objpfx)mtrace-tst-leaks
|
tests: $(objpfx)mtrace-tst-leaks
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue