From bdfdd054bd25714f9c52c974f22228bee4bfbe67 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 8 Mar 2013 14:14:46 +0100 Subject: more subtle dependencies for cross-compilation Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2 --- unodevtools/Module_unodevtools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unodevtools/Module_unodevtools.mk') diff --git a/unodevtools/Module_unodevtools.mk b/unodevtools/Module_unodevtools.mk index 16b409a077b1..fa17d84d124c 100644 --- a/unodevtools/Module_unodevtools.mk +++ b/unodevtools/Module_unodevtools.mk @@ -26,7 +26,7 @@ $(eval $(call gb_Module_Module,unodevtools)) -ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) +ifneq (,$(filter ODK,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,unodevtools,\ Executable_skeletonmaker \ -- cgit