summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-10 22:28:24 -0600
committerJan Holesovsky <kendy@suse.cz>2012-01-11 15:50:35 +0100
commit42bd571e07378c5e74f279e373c1442b4d224590 (patch)
tree05756eff875f0479468ef72fc988fde2dcec0054 /desktop
parent211e147ac64b2a22652d7390bcd9c8f7215a73b4 (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