From: Andreas Jaeger Date: Mon, 19 Feb 2001 12:36:27 +0000 (+0000) Subject: * malloc/Makefile (tests): Run mtrace only when perl is available. X-Git-Tag: cvs/glibc-2_2_3~374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9317ba7c6bbc48d45376bb57339fc2a00911bd32;p=platform%2Fupstream%2Fglibc.git * malloc/Makefile (tests): Run mtrace only when perl is available. Reported by Achim Gottinger . --- diff --git a/malloc/Makefile b/malloc/Makefile index 84324ca..7ef298e 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -100,11 +100,13 @@ lib: $(objpfx)libmcheck.a ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) +ifneq ($(PERL),no) tests: $(objpfx)tst-mtrace.out $(objpfx)tst-mtrace.out: tst-mtrace.sh $(objpfx)tst-mtrace $(SHELL) -e $< $(common-objpfx) endif endif +endif # Uncomment this for test releases. For public releases it is too expensive. #CPPFLAGS-malloc.o += -DMALLOC_DEBUG