[Libreoffice-commits] .: rhino/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Fri May 20 16:49:25 PDT 2011
rhino/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3082c500c619fc75c61962562c2eb6369d5b3d82
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sat May 21 02:42:19 2011 +0300
Check OS_FOR_BUILD, not OS
diff --git a/rhino/makefile.mk b/rhino/makefile.mk
index d7888fc..91117d9 100644
--- a/rhino/makefile.mk
+++ b/rhino/makefile.mk
@@ -49,7 +49,7 @@ PATCH_FILES=rhino1_5R5.patch \
rhino1_5R5-find_swing.patch \
rhino1_5R5-updateToolTip.patch
-.IF "$(OS)"=="WNT"
+.IF "$(OS_FOR_BUILD)"=="WNT"
FIXED_TARFILE_LOCATION=`cygpath -m -s "$(TARFILE_LOCATION)"`
.ELSE
FIXED_TARFILE_LOCATION=$(TARFILE_LOCATION)
More information about the Libreoffice-commits
mailing list