From: Alexander Barton Date: Mon, 6 Sep 2004 20:35:00 +0000 (+0000) Subject: Reverted extension of the "make all" target in the test-suite. X-Git-Tag: rel-0-8-1~7 X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd.git;a=commitdiff_plain;h=593cc7b4e2208e454362176a502663d79c6d7c29 Reverted extension of the "make all" target in the test-suite. --- diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index e3c38ce0..1c2ca3ba 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.9.6.1 2004/09/04 20:49:36 alex Exp $ +# $Id: Makefile.am,v 1.9.6.2 2004/09/06 20:35:00 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -24,7 +24,7 @@ EXTRA_DIST = \ stress-A.e stress-B.e check-idle.e \ ngircd-test.conf -all: ngircd-TEST-Binary ${TESTS} +all: clean-local: rm -rf logs tests *-test ngircd-test.log ngircd-test.motd \