From e5a527944da7b6d0014ed3ec0bc04e1600910fe0 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 11 Oct 2002 19:05:31 +0000 Subject: [PATCH] For Debian Bug#153697: * lib/am/dejagnu.am (distclean-DEJAGNU): Remove $tool.sum and $tool.log. Suggested by Andrew Suffield. --- ChangeLog | 7 +++++++ lib/am/dejagnu.am | 3 +++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index dbb3d8abc..2cd152449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-10-11 Alexandre Duret-Lutz + + For Debian Bug#153697: + * lib/am/dejagnu.am (distclean-DEJAGNU): Remove $tool.sum and + $tool.log. + Suggested by Andrew Suffield. + 2002-10-10 Alexandre Duret-Lutz For PR automake/369: diff --git a/lib/am/dejagnu.am b/lib/am/dejagnu.am index 7f8c378c6..df69d02d6 100644 --- a/lib/am/dejagnu.am +++ b/lib/am/dejagnu.am @@ -107,3 +107,6 @@ distclean-DEJAGNU: ## itself. We can't predict what dejagnu or the test suite might ## generate. -rm -f site.exp site.bak + -l='$(DEJATOOL)'; for tool in $$l; do \ + rm -f $$tool.sum $$tool.log; \ + done -- 2.47.2