summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNorbert <n_th@linux-uefb.site>2012-01-10 22:28:24 -0600
committerNorbert <n_th@linux-uefb.site>2012-01-10 22:28:43 -0600
commit39cfc4d8ad77700aefabaedde430693448a5f76f (patch)
tree5590b7a31c1aecb5593e4dbabd417c6f12758123 /desktop
parentbcb9ddaa7ea954cebaa031dc74cf7cd21489d8d6 (diff)
OS_FOR_BUILD is not right do decide Host module name
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_soffice.bin.mk2
-rw-r--r--desktop/Executable_unopkg.bin.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk
index 456171d774b6..8815432d1457 100644
--- a/desktop/Executable_soffice.bin.mk
+++ b/desktop/Executable_soffice.bin.mk
@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-ifeq ($(OS_FOR_BUILD),WNT)
+ifeq ($(OS),WNT)
sofficebin := soffice_bin
else
sofficebin := soffice.bin
diff --git a/desktop/Executable_unopkg.bin.mk b/desktop/Executable_unopkg.bin.mk
index 464824fa2f75..c635c2b22995 100644
--- a/desktop/Executable_unopkg.bin.mk
+++ b/desktop/Executable_unopkg.bin.mk
@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-ifeq ($(OS_FOR_BUILD),WNT)
+ifeq ($(OS),WNT)
unopkgbin := unopkg_bin
else
unopkgbin := unopkg.bin