From 416a98dc5d40b243417656e38b24ebd16f8a99ad Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 3 Nov 2002 12:51:34 +0000 Subject: [PATCH] Remove unused variable DMALLOC_LOG. --- t/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.30.2