2003-03-01 Andreas Schwab <schwab@suse.de>
authorRoland McGrath <roland@gnu.org>
Sat, 1 Mar 2003 22:15:00 +0000 (22:15 +0000)
committerRoland 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

index 44c1b34..2e74ba5 100644 (file)
@@ -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