From: Alexandre Duret-Lutz Date: Fri, 11 Oct 2002 19:05:31 +0000 (+0000) Subject: For Debian Bug#153697: X-Git-Tag: Release-1-7b~401 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=9bbaca612f69c061d266705ae94109e40982a52f;p=automake.git For Debian Bug#153697: * lib/am/dejagnu.am (distclean-DEJAGNU): Remove $tool.sum and $tool.log. Suggested by Andrew Suffield. --- diff --git a/ChangeLog b/ChangeLog index dbb3d8ab..2cd15244 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 7f8c378c..df69d02d 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