From ae12de54cfc5345c4d8aeebb6803628ac54a9338 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 8 Nov 1999 01:21:28 +0000 Subject: [PATCH] * clean.am (maintainer-clean-generic): Remove Makefile.in. From Jeff Bailey --- ChangeLog | 3 +++ clean.am | 3 ++- lib/am/clean.am | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa2597b..a372b66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-11-07 Tom Tromey + * 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. diff --git a/clean.am b/clean.am index 67ec807..1b66380 100644 --- 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@ diff --git a/lib/am/clean.am b/lib/am/clean.am index 67ec807..1b66380 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@ -- 2.7.4