From ddca8fec07ff95caeda6e4ce9efc3239b146bd2d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 1 May 2007 13:37:16 -0700 Subject: perf: Add $(EXTRA_PROGRAMS) to CLEANFILES Otherwise these programs stick around and break distclean, distcheck, and hence release-publish targets. --- perf/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/perf/Makefile.am b/perf/Makefile.am index 23b5b8291..c185efbcb 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -92,6 +92,7 @@ VALGRIND_MEMCHECK_FLAGS = \ VALGRIND_CALLGRIND_FLAGS = \ --tool=callgrind CLEANFILES = \ + $(EXTRA_PROGRAMS) \ valgrind-log \ callgrind.out.* \ index.html -- cgit v1.2.3