diff options
-rw-r--r-- | basic/Module_basic.mk | 5 | ||||
-rw-r--r-- | vbahelper/Module_vbahelper.mk | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/basic/Module_basic.mk b/basic/Module_basic.mk index a04f9f334607..7e749d0d9f87 100644 --- a/basic/Module_basic.mk +++ b/basic/Module_basic.mk @@ -33,7 +33,6 @@ ifneq (IOS,$(OS)) $(eval $(call gb_Module_add_targets,basic,\ AllLangResTarget_sb \ Library_sb \ - Package_inc \ )) $(eval $(call gb_Module_add_check_targets,basic,\ @@ -42,4 +41,8 @@ $(eval $(call gb_Module_add_check_targets,basic,\ endif +$(eval $(call gb_Module_add_targets,basic,\ + Package_inc \ +)) + # vim: set noet sw=4 ts=4: diff --git a/vbahelper/Module_vbahelper.mk b/vbahelper/Module_vbahelper.mk index fcf046e04c32..28f710fd7db7 100644 --- a/vbahelper/Module_vbahelper.mk +++ b/vbahelper/Module_vbahelper.mk @@ -34,7 +34,6 @@ ifneq (IOS,$(OS)) $(eval $(call gb_Module_add_targets,vbahelper,\ Library_vbahelper \ Library_msforms \ - Package_inc \ )) # add any runtime tests (unit tests) here @@ -48,4 +47,8 @@ $(eval $(call gb_Module_add_targets,vbahelper,\ endif +$(eval $(call gb_Module_add_targets,vbahelper,\ + Package_inc \ +)) + # vim: set noet sw=4 ts=4: |