From: Alexander Barton Date: Tue, 11 May 2004 00:34:26 +0000 (+0000) Subject: "make maintainer-clean" removes Makefile.in now. X-Git-Tag: rel-0-9-0-pre1~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7c975e8d8cfc231844779b998c426afa2582bb9;p=ngircd "make maintainer-clean" removes Makefile.in now. --- diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index 4ad6242b..d26499ea 100644 --- a/contrib/MacOSX/Makefile.am +++ b/contrib/MacOSX/Makefile.am @@ -8,10 +8,13 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.1 2004/02/29 17:19:43 alex Exp $ +# $Id: Makefile.am,v 1.2 2004/05/11 00:34:26 alex Exp $ # clean-local: rm -rf build +maintainer-clean-local: + rm -f Makefile Makefile.in + # -eof-