Do not create directories under PREFIX while building.
This commit is contained in:
parent
e71a453543
commit
5404da73a1
|
@ -41,6 +41,8 @@ IRCDLIBS = @LIBS@ $(SSL_LIBS)
|
|||
INCLUDES = -I../include $(SSL_INCLUDES)
|
||||
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
||||
|
||||
all: build
|
||||
|
||||
install-mkdirs:
|
||||
-@if test ! -d $(DESTDIR)$(confdir); then \
|
||||
echo "mkdir -p $(confdir)"; \
|
||||
|
|
Loading…
Reference in New Issue