summaryrefslogtreecommitdiffstats
path: root/make/host.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'make/host.cfg.in')
-rw-r--r--make/host.cfg.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/host.cfg.in b/make/host.cfg.in
index 4814b2169d..bcbcf4eec6 100644
--- a/make/host.cfg.in
+++ b/make/host.cfg.in
@@ -25,7 +25,7 @@ RM=@RM@ -f
CP=@CP@
MV=@MV@
LN=@LN@
-MKDIR=@MKDIR@
+MKDIR=mkdir
CHMOD=@CHMOD@
SED=@SED@
M4=@M4@
@@ -34,7 +34,7 @@ M4=@M4@
PACKHEX=$(PROJECT_TOOLS)/packhex
INSTALL_CHANGE=$(PROJECT_TOOLS)/install-if-change
-INSTALL_VARIANT=$(PROJECT_TOOLS)/install-if-change -V "$(LIB_VARIANT)"
+INSTALL_VARIANT=$(INSTALL_CHANGE) -V "$(LIB_VARIANT)"
# FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture
# of '\\' and '/' as path separators.