From: Peter Verthez Date: Sun, 3 Nov 2002 12:51:34 +0000 (+0000) Subject: Remove unused variable DMALLOC_LOG. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=416a98dc5d40b243417656e38b24ebd16f8a99ad;p=gedcom-parse.git Remove unused variable DMALLOC_LOG. --- diff --git a/t/Makefile.am b/t/Makefile.am index a95ff70..469f53c 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -11,7 +11,7 @@ EXTRA_DIST=$(TESTS) TESTS_ENVIRONMENT=ICONV_PATH=@ICONV_PATH@ all-local: - @rm -f *.out $(DMALLOC_LOG) + @rm -f *.out check-% : %.test all-local @srcdir=$(srcdir); export srcdir; \