diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 02:42:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 02:42:19 +0300 |
commit | 3082c500c619fc75c61962562c2eb6369d5b3d82 (patch) | |
tree | fd6c7e4467ded5c0eb4fd4d7bb3bb05b3fd400a7 | |
parent | 9e515ebf86c5ecfdc60d9083d8f35fb5827f6357 (diff) |
Check OS_FOR_BUILD, not OS
-rw-r--r-- | rhino/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |