summaryrefslogtreecommitdiff
path: root/solenv/gbuild/InstallModule.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-07 14:04:06 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-07 14:06:03 +0200
commit31a353719851b08664b7f13ca59f39a993e66ba6 (patch)
treebf85ece35eb8a88a43e6fd3d65eb3ba772456237 /solenv/gbuild/InstallModule.mk
parent866599ab5ce091de56094d4d458e010ba56d22d0 (diff)
gbuild: introduce gb_Package_Package_internal:
The gb_InternalUnoApi_set_xmlfile function creates a new package, which registers at the current Module, overwriting the InternalUnoApi targets set there and causing make clean not to clean the InternalUnoApi. Change-Id: I46e9b4437788a479701187334325fe1e065e612c
Diffstat (limited to 'solenv/gbuild/InstallModule.mk')
-rw-r--r--solenv/gbuild/InstallModule.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/InstallModule.mk b/solenv/gbuild/InstallModule.mk
index c04e151fead4..f1b9dbe4d170 100644
--- a/solenv/gbuild/InstallModule.mk
+++ b/solenv/gbuild/InstallModule.mk
@@ -40,7 +40,7 @@ $(call gb_InstallModule_get_clean_target,%) :
define gb_InstallModule_InstallModule
$(call gb_InstallModuleTarget_InstallModuleTarget,$(1))
-$(call gb_Package_Package,$(1)_par,$(call gb_InstallModuleTarget_get_workdir,$(1)))
+$(call gb_Package_Package_internal,$(1)_par,$(call gb_InstallModuleTarget_get_workdir,$(1)))
$(call gb_InstallModule_get_target,$(1)) : $(call gb_InstallModuleTarget_get_target,$(1))
$(call gb_InstallModule_get_target,$(1)) : $(call gb_Package_get_target,$(1)_par)