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~190 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3f83e20aee5b0fb64357a22c3164262da1b8484f;p=automake.git * clean.am (maintainer-clean-generic): Remove Makefile.in. From Jeff Bailey --- diff --git a/ChangeLog b/ChangeLog index fa2597b1..a372b662 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 67ec807c..1b66380c 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 67ec807c..1b66380c 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@