From: Tom Tromey Date: Mon, 8 Nov 1999 01:21:28 +0000 (+0000) Subject: * clean.am (maintainer-clean-generic): Remove Makefile.in. From X-Git-Tag: v1.10.2~2546 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae12de54cfc5345c4d8aeebb6803628ac54a9338;p=platform%2Fupstream%2Fautomake.git * clean.am (maintainer-clean-generic): Remove Makefile.in. From Jeff Bailey --- 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@