From 5404da73a13586c020d2db71b709de370536d16a Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 8 Feb 2009 21:18:26 +0100 Subject: [PATCH] Do not create directories under PREFIX while building. --- doc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile.in b/doc/Makefile.in index 2c59ff4..2925055 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -40,6 +40,8 @@ IRCDLIBS = @LIBS@ $(SSL_LIBS) INCLUDES = -I../include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ + +all: build install-mkdirs: -@if test ! -d $(DESTDIR)$(confdir); then \