summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-12-02 18:03:33 +0100
committerJan Holesovsky <kendy@suse.cz>2010-12-02 18:03:33 +0100
commitbbe16ac81b8b988830e88b1ff3628133446e35b3 (patch)
treed91dcd6f3b832034a500a0de6217749b72c9e636 /bootstrap.1
parentd3f104d48f9c1d20a422db28961518962c4c902c (diff)
bootstrap.1: Add $EXEEXT to dmake to check for the correct thing on Windows.
Diffstat (limited to 'bootstrap.1')
-rw-r--r--bootstrap.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.1 b/bootstrap.1
index fa5e501d90cd..d420ba29a136 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -14,7 +14,7 @@ export EXEEXT
# Build dmake
if test "$BUILD_DMAKE" != "NO"; then
- if test ! -x "$SRC_ROOT/dmake/dmake"; then
+ if test ! -x "$SRC_ROOT/dmake/dmake$EXEEXT"; then
cd "$SRC_ROOT/dmake" || exit
# Special case! The w32/tcsh build needs CC pointing to the MSVC++ compiler