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