From: Jilles Tjoelker Date: Sun, 8 Feb 2009 20:18:26 +0000 (+0100) Subject: Do not create directories under PREFIX while building. X-Git-Tag: charybdis-3.1.0 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/5404da73a13586c020d2db71b709de370536d16a Do not create directories under PREFIX while building. --- 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 \