diff options
| -rw-r--r-- | src/ngircd/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 0c5dab0f..1bc53ac1 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/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.18 2002/03/25 19:38:16 alex Exp $ +# $Id: Makefile.am,v 1.19 2002/03/29 22:52:12 alex Exp $ # AM_CFLAGS = -I$(srcdir)/../portab @@ -54,9 +54,6 @@ lint: fi; \ done; -install-data-hook: - $(mkinstalldirs) $(DESTDIR)$(localstatedir) - TESTS = check-version check-help # -eof- |