diff options
author | Carl Worth <cworth@cworth.org> | 2007-05-01 13:37:16 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-05-01 13:37:16 -0700 |
commit | ddca8fec07ff95caeda6e4ce9efc3239b146bd2d (patch) | |
tree | 41230bf72fe99e9b2ebe08c5f90575d1d9980d69 | |
parent | 0390ed4f189365d595b40a45b0cf9eef5aa0c6ba (diff) |
perf: Add $(EXTRA_PROGRAMS) to CLEANFILES1.4.6
Otherwise these programs stick around and break distclean,
distcheck, and hence release-publish targets.
-rw-r--r-- | perf/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |