summaryrefslogtreecommitdiff
path: root/lib/am/clean.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-11-08 01:21:28 +0000
committerTom Tromey <tromey@redhat.com>1999-11-08 01:21:28 +0000
commitae12de54cfc5345c4d8aeebb6803628ac54a9338 (patch)
tree6d79c24bc683e080ac594e18be6771cec1f8f671 /lib/am/clean.am
parentfaff82ec5ecb49c62806c11a9a98b45309ca4562 (diff)
downloadautomake-ae12de54cfc5345c4d8aeebb6803628ac54a9338.tar.gz
* clean.am (maintainer-clean-generic): Remove Makefile.in. From
Jeff Bailey
Diffstat (limited to 'lib/am/clean.am')
-rw-r--r--lib/am/clean.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/am/clean.am b/lib/am/clean.am
index 67ec807c7..1b66380c7 100644
--- a/lib/am/clean.am
+++ b/lib/am/clean.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -31,4 +31,5 @@ distclean-generic:
DISTCLEAN -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
+ -rm -f Makefile.in
MAINTAINERCLEAN -test -z "@MCFILES@" || rm -f @MFILES@