summaryrefslogtreecommitdiff
path: root/rhino/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rhino/makefile.mk')
-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)