From f88658e9b9f14f856ef41021eadfd3bb13db3297 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 1 Mar 2003 22:15:00 +0000 Subject: 2003-03-01 Andreas Schwab * resolv/Makefile (tests): Don't depend on $(objpfx)mtrace-tst-leaks when cross compiling. --- resolv/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resolv/Makefile') diff --git a/resolv/Makefile b/resolv/Makefile index 44c1b342ce..2e74ba591c 100644 --- 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 -- cgit v1.2.3