Do not create directories under PREFIX while building.
This commit is contained in:
parent
aa150eb94c
commit
e9f64b98ac
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ IRCDLIBS = @LIBS@ $(SSL_LIBS)
|
||||||
INCLUDES = -I../include $(SSL_INCLUDES)
|
INCLUDES = -I../include $(SSL_INCLUDES)
|
||||||
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
CPPFLAGS = ${INCLUDES} @CPPFLAGS@
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
install-mkdirs:
|
install-mkdirs:
|
||||||
-@if test ! -d $(DESTDIR)$(confdir); then \
|
-@if test ! -d $(DESTDIR)$(confdir); then \
|
||||||
echo "mkdir -p $(confdir)"; \
|
echo "mkdir -p $(confdir)"; \
|
||||||
|
|
Loading…
Reference in a new issue