summaryrefslogtreecommitdiff
path: root/lib/am/dejagnu.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-04-26 19:21:37 +0000
committerTom Tromey <tromey@redhat.com>2002-04-26 19:21:37 +0000
commit4377206aeda46c357883b9b6cd5d3f2f120e2766 (patch)
tree9079ad5817e2f97cf49a7024596ce97400212237 /lib/am/dejagnu.am
parent34f0e65a01f54a7021df354f68da7fb7e7be5601 (diff)
downloadautomake-4377206aeda46c357883b9b6cd5d3f2f120e2766.tar.gz
* lib/am/dejagnu.am (distclean-DEJAGNU): New target.
For Debian bug 14421.
Diffstat (limited to 'lib/am/dejagnu.am')
-rw-r--r--lib/am/dejagnu.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/am/dejagnu.am b/lib/am/dejagnu.am
index 9428f51e8..fa1cdf07e 100644
--- a/lib/am/dejagnu.am
+++ b/lib/am/dejagnu.am
@@ -94,3 +94,15 @@ site.exp: Makefile
@-rm -f site.bak
@test ! -f site.exp || mv site.exp site.bak
@mv site.tmp site.exp
+
+## ---------- ##
+## Cleaning. ##
+## ---------- ##
+
+.PHONY distclean-am: distclean-DEJAGNU
+
+distclean-DEJAGNU:
+## Any other cleaning must be done by the user or by the test suite
+## itself. We can't predict what dejagnu or the test suite might
+## generate.
+ -rm -f site.exp site.bak