summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 4bf800155..a318acbe1 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -40,6 +40,7 @@ VPATH = @srcdir@
# programs we use...
HTMLDOC = @HTMLDOC@
INSTALL = @INSTALL@
+MKDIRR = @MKDIRR@
LN = ln -s
NROFF = @NROFF@
RM = rm -f
@@ -114,7 +115,7 @@ CAT6EXT = @CAT6EXT@
INSTALL_BIN = $(INSTALL) -m 755
INSTALL_DATA = $(INSTALL) -m 644
-INSTALL_DIR = $(INSTALL) -d
+INSTALL_DIR = $(MKDIRR) -v
INSTALL_LIB = $(INSTALL) -m 755
INSTALL_MAN = $(INSTALL) -m 644
INSTALL_SCRIPT = $(INSTALL) -m 755