* clean.am (maintainer-clean-generic): Remove Makefile.in. From
authorTom Tromey <tromey@redhat.com>
Mon, 8 Nov 1999 01:21:28 +0000 (01:21 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 8 Nov 1999 01:21:28 +0000 (01:21 +0000)
Jeff Bailey

ChangeLog
clean.am
lib/am/clean.am

index fa2597b..a372b66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-11-07  Tom Tromey  <tromey@cygnus.com>
 
+       * clean.am (maintainer-clean-generic): Remove Makefile.in.  From
+       Jeff Bailey
+
        Fix for PR automake/18:
        * automake.in (handle_dist): Add contents of dist.am to the output
        rules.
index 67ec807..1b66380 100644 (file)
--- a/clean.am
+++ b/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@
index 67ec807..1b66380 100644 (file)
@@ -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@