- das "localstatedir" wird nicht mehr erzeugt, da nicht mehr benoetigt.

This commit is contained in:
Alexander Barton 2002-03-29 22:52:12 +00:00
parent 6fbb2b7a67
commit d4a9ceae75
1 changed files with 1 additions and 4 deletions

View File

@ -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-