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 --- comphelper/Module_comphelper.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'comphelper') diff --git a/comphelper/Module_comphelper.mk b/comphelper/Module_comphelper.mk index 004c02b12be2..57f1e224a5f1 100644 --- a/comphelper/Module_comphelper.mk +++ b/comphelper/Module_comphelper.mk @@ -20,15 +20,13 @@ $(eval $(call gb_Module_Module,comphelper)) $(eval $(call gb_Module_add_targets,comphelper,\ - Package_inc \ Library_comphelper \ + Package_inc \ )) -ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\ JunitTest_comphelper_complex \ )) -endif $(eval $(call gb_Module_add_check_targets,comphelper,\ CppunitTest_comphelper_test \ -- cgit v1.2.3