diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-01 22:15:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-01 22:15:00 +0000 |
commit | f88658e9b9f14f856ef41021eadfd3bb13db3297 (patch) | |
tree | f53b8a774d01f92a663f285f21ecf3a54f8d112a | |
parent | 4191f43dd21ed817d02a1f8d0ac277f26d5a537e (diff) | |
download | glibc-f88658e9b9f14f856ef41021eadfd3bb13db3297.tar glibc-f88658e9b9f14f856ef41021eadfd3bb13db3297.tar.gz glibc-f88658e9b9f14f856ef41021eadfd3bb13db3297.tar.bz2 glibc-f88658e9b9f14f856ef41021eadfd3bb13db3297.zip |
2003-03-01 Andreas Schwab <schwab@suse.de>
* resolv/Makefile (tests): Don't depend on
$(objpfx)mtrace-tst-leaks when cross compiling.
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |