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: Release-1-4b~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae12de54cfc5345c4d8aeebb6803628ac54a9338;p=thirdparty%2Fautomake.git * clean.am (maintainer-clean-generic): Remove Makefile.in. From Jeff Bailey --- diff --git a/ChangeLog b/ChangeLog index fa2597b1d..a372b6625 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 67ec807c7..1b66380c7 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 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@