summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2004-05-11 00:32:31 +0000
committerAlexander Barton <alex@barton.de>2004-05-11 00:32:31 +0000
commitbf21dd1578f0a5b9e6ef5eae362be90955da61d8 (patch)
tree408ce3fc4944596efb4d7d82d131a342ffce0173 /Makefile.am
parent9013f56451b15dcd3cca1a75aa1cd106c9e7344a (diff)
downloadngircd-bf21dd1578f0a5b9e6ef5eae362be90955da61d8.tar.gz
ngircd-bf21dd1578f0a5b9e6ef5eae362be90955da61d8.zip
"make clean" works better now.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 66ea2919..5e41fd8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,18 +8,21 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.14 2004/01/01 22:24:48 alex Exp $
+# $Id: Makefile.am,v 1.15 2004/05/11 00:32:31 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = gnu
 
 SUBDIRS = doc src man contrib
 
+clean-local:
+	rm -f build-stamp*
+
 maintainer-clean-local:
 	rm -rf autom4te.cache
 	rm -f Makefile.in Makefile aclocal.m4 configure
 	rm -f mkinstalldirs missing depcomp install-sh
-	rm -f config.log build-stamp* debian
+	rm -f config.log debian
 
 lint:
 	make -C src/ngircd lint