summaryrefslogtreecommitdiff
path: root/rhino
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-21 02:42:19 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-21 02:42:19 +0300
commit594c9038df36fcc9502aa0063ad049017194b5e2 (patch)
tree2ea6cc43007f09892ed455c51b887dc8c5a3f06d /rhino
parent3182e9a3c86e9eaacf004fee26d6111d43ec9563 (diff)
Check OS_FOR_BUILD, not OS
Diffstat (limited to 'rhino')
-rw-r--r--rhino/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhino/makefile.mk b/rhino/makefile.mk
index d7888fc970be..91117d9338bd 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)