mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-05 21:30:29 +00:00
- auch unter Cygwin wird ngircd-TEST bei "make clean" nun entfernt.
This commit is contained in:
parent
420c96d17b
commit
b71db1a9a5
@ -9,7 +9,7 @@
|
|||||||
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
# 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
|
AUTOMAKE_OPTIONS = ../portab/ansi2knr
|
||||||
@ -24,7 +24,8 @@ EXTRA_DIST = \
|
|||||||
ngircd-test.conf
|
ngircd-test.conf
|
||||||
|
|
||||||
clean-local:
|
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:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user