Do not create directories under PREFIX while building.

This commit is contained in:
Jilles Tjoelker 2009-02-08 21:18:26 +01:00
parent aa150eb94c
commit e9f64b98ac

View file

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