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-02-17 11:21:52 +0100
commita9c91748166a54520c82fd2d155e41081a400af4 (patch)
treebb82f1960843c50b10e714c498f156431035d896 /desktop
parent1aeccb314ebbc0ae2bba1c926f99ee7ec0f0aae0 (diff)
OS_FOR_BUILD is not right do decide Host module name
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
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 7e168aa044a1..99b894f9844d 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 759a4e90147b..0b5d057935be 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