repo: ngircd
action: commit
revision: 
path_from: 
revision_from: b71db1a9a529e1d39af256b269e743f61fdbbdff:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit b71db1a9a529e1d39af256b269e743f61fdbbdff
Author: Alexander Barton 
Date:   Fri Sep 20 15:09:44 2002 +0000

    - auch unter Cygwin wird ngircd-TEST bei "make clean" nun entfernt.

diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am
index a0be2818b1433b3e8ed0a3c54bafd61da14125d3..
index ..409f16576bf9e71d75196d785f550b0143c60254 100644
--- a/src/testsuite/Makefile.am
+++ b/src/testsuite/Makefile.am
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: Makefile.am,v 1.5 2002/09/20 15:08:12 alex Exp $
+# $Id: Makefile.am,v 1.6 2002/09/20 15:09:44 alex Exp $
 #

 AUTOMAKE_OPTIONS = ../portab/ansi2knr
@@ -24,7 +24,8 @@ EXTRA_DIST = \
 	ngircd-test.conf

 clean-local:
-	rm -rf logs tests *-test ngircd-test.log ngircd-test.motd ngircd-TEST procs.tmp 
+	rm -rf logs tests *-test ngircd-test.log ngircd-test.motd \
+	 ngircd-TEST* procs.tmp 

 maintainer-clean-local:
 	rm -f Makefile Makefile.in

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