summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-01-11 09:37:09 +0100
committerJan Holesovsky <kendy@suse.cz>2012-01-11 09:37:09 +0100
commitee24a236e1ebcc9585ed8e24cd73512e76a0303d (patch)
treefa751c8a3f2113685a531ad7e891662266175062 /Repository.mk
parentd506bc43f6982b33e42b3449cad059075f8faca1 (diff)
Revert "OS_FOR_BUILD is not right do decide Host module name"
This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f. This OS_FOR_BUILD is to modify behavior in the cross-compilation case.
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/Repository.mk b/Repository.mk
index 0724e4399398..3cc7a38f0742 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -56,7 +56,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \
ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_executables,OOO,\
- crashrep_com \
guiloader \
guistdio \
odbcconfig \
@@ -67,23 +66,27 @@ $(eval $(call gb_Helper_register_executables,OOO,\
sdraw \
simpress \
soffice \
- soffice_bin \
smath \
sweb \
swriter \
unoinfo \
unopkg \
- unopkg_bin \
- unopkg_com \
unopkgio \
))
else
+ifeq ($(OS_FOR_BUILD),WNT)
+$(eval $(call gb_Helper_register_executables,OOO,\
+ soffice_bin \
+ unopkg_bin \
+))
+else
$(eval $(call gb_Helper_register_executables,OOO,\
soffice.bin \
unopkg.bin \
))
+endif
ifeq ($(OS),MACOSX)