From cf6a5755e12e44ac91fb707822d2c3c3e26e6555 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 19 Dec 2015 12:31:59 -0800 Subject: [PATCH] Clean log files in report-system/test. Fixes a distcheck complaint about them being left behind. --- src/report/report-system/test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/report/report-system/test/Makefile.am b/src/report/report-system/test/Makefile.am index 4b9e126f06d..b02405169bf 100644 --- a/src/report/report-system/test/Makefile.am +++ b/src/report/report-system/test/Makefile.am @@ -88,6 +88,7 @@ endif clean-local: $(RM) -rf gnucash + $(RM) *.log noinst_DATA = .scm-links CLEANFILES = .scm-links