diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/Module_comphelper.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |