]> arthur.barton.de Git - ngircd-alex.git/commitdiff
"make maintainer-clean" removes Makefile.in now.
authorAlexander Barton <alex@barton.de>
Tue, 11 May 2004 00:34:26 +0000 (00:34 +0000)
committerAlexander Barton <alex@barton.de>
Tue, 11 May 2004 00:34:26 +0000 (00:34 +0000)
contrib/MacOSX/Makefile.am

index 4ad6242b545e4307f146b860d7e5c3afbace0522..d26499ea720fee61c09ae18fc960e055e51ec1bd 100644 (file)
@@ -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-