summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-29 17:44:08 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-29 17:44:08 +0200
commit093fe6c5ebae2b8b63690d11ba5f3843a374ff4c (patch)
tree25034efa3ef416e7e0cf36f1ef378fedd0d57783 /soltools
parent286a7733ac0b00e47a03b13735f7aa9270ffc8e3 (diff)
fix windows build
Change-Id: If71b9a162b7deca5cc032bda206a8f580292ab91
Diffstat (limited to 'soltools')
-rw-r--r--soltools/Module_soltools.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/soltools/Module_soltools.mk b/soltools/Module_soltools.mk
index ebd855ad30fc..047e4c07e7f8 100644
--- a/soltools/Module_soltools.mk
+++ b/soltools/Module_soltools.mk
@@ -20,14 +20,6 @@ ifeq ($(GUI),UNX)
$(eval $(call gb_Module_add_targets,soltools,\
Executable_checkdll \
))
-#
-# the same as the condition outside of ifneq ($(CROSS_COMPILING),YES)
-# ifeq ($(GUI)$(COM),WNTMSC)
-#
-else
-$(eval $(call gb_Module_add_targets,soltools,\
- Package_inc \
-))
endif # UNX
ifeq ($(OS)$(COM),SOLARISC52)
@@ -38,4 +30,10 @@ endif # SOLARISC52
endif # CROSS_COMPILING
+ifeq ($(GUI)$(COM),WNTMSC)
+$(eval $(call gb_Module_add_targets,soltools,\
+ Package_inc \
+))
+endif # WNTMSC
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: