]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 44c1b342ce1f2143858c63400e51b5845d542a05..2e74ba591c9891d5b2d33f496b3c63830348b94d 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