[Libreoffice-commits] .: bootstrap.1
Jan Holesovsky
kendy at kemper.freedesktop.org
Thu Dec 2 09:04:23 PST 2010
bootstrap.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cccb5fd12f332f3a51e4c052c7423ac81cf4b41d
Author: Jan Holesovsky <kendy at suse.cz>
Date: Thu Dec 2 18:03:33 2010 +0100
bootstrap.1: Add $EXEEXT to dmake to check for the correct thing on Windows.
diff --git a/bootstrap.1 b/bootstrap.1
index fa5e501..d420ba2 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
More information about the Libreoffice-commits
mailing list