repo: ngircd
action: commit
revision: 
path_from: 
revision_from: bf21dd1578f0a5b9e6ef5eae362be90955da61d8:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit bf21dd1578f0a5b9e6ef5eae362be90955da61d8
Author: Alexander Barton 
Date:   Tue May 11 00:32:31 2004 +0000

    "make clean" works better now.

diff --git a/Makefile.am b/Makefile.am
index 66ea2919831297e3c117850f1048323b8a07b8b4..
index ..5e41fd8c237b2bde94a8142f2bec648047b876a8 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
diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am
index 9d54ffc9c8f589292f41cea8d79ae8c67a1dd4e2..
index ..151f4058b75624a7aa0be8023eda8ff461409e37 100644
--- a/contrib/Debian/Makefile.am
+++ b/contrib/Debian/Makefile.am
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.3 2004/01/13 01:10:11 alex Exp $
+# $Id: Makefile.am,v 1.4 2004/05/11 00:32:31 alex Exp $
 #

 EXTRA_DIST = rules changelog compat control copyright \
@@ -16,11 +16,12 @@ EXTRA_DIST = rules changelog compat control copyright \

 maintainer-clean-local:
 	rm -f Makefile Makefile.in
+
+clean-local:
 	rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \
 	 ngircd.prerm.debhelper ngircd.substvars
 	rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \
 	 ngircd-full.prerm.debhelper ngircd-full.substvars
-
 	rm -rf ngircd ngircd-full
 	rm -f files

-----END OF PAGE-----