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/refs/tags/charybdis-3.1.0?hp=e71a453543ae342bae011c3e4df790555d0e5744 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 \