[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-0' - instsetoo_native/CustomTarget_setup.mk
Jan Holesovsky
kendy at collabora.com
Thu Jul 30 17:08:39 PDT 2015
instsetoo_native/CustomTarget_setup.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit d450ac90bf83ae3404f9e62e9354211a18ac3192
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Jul 30 10:36:02 2015 +0200
tdf#93007: Add missing build dependencies for *rc files.
(cherry picked from commit 86d2cddad3d4529cd877debaf258256cb07f5631)
Change-Id: I0a876e9afa9a90f312d68611a8adf5a962da784d
Reviewed-on: https://gerrit.libreoffice.org/17415
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
Reviewed-by: Eike Rathke <erack at redhat.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index 5420b56..f400282 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -24,7 +24,11 @@ $(eval $(call gb_CustomTarget_register_targets,instsetoo_native/setup,\
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,bootstrap) \
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,fundamental) \
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,louno) \
+$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,redirect) \
+$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,setup) \
+$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,soffice) \
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,uno) \
+$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,version) \
: $(SRCDIR)/instsetoo_native/CustomTarget_setup.mk
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,bootstrap) :
More information about the Libreoffice-commits
mailing list