summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-02 17:35:38 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-02 17:36:58 +0200
commit86485d4c3785827fe2e3ceb4d3ac3eb82e3bd3b9 (patch)
tree288b99076760c465f697eb1f0c6a82be166bef71 /desktop
parentd9051c4ce5c8302f7739a171b80cd5c9e6bf74b8 (diff)
add explicit ordering dependency
Change-Id: Idc7b869a0a3755df7fb10105ce07dca3d076dd43
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Package_soffice_bin.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Package_soffice_bin.mk b/desktop/Package_soffice_bin.mk
index ad8de3a95303..725902cc045e 100644
--- a/desktop/Package_soffice_bin.mk
+++ b/desktop/Package_soffice_bin.mk
@@ -33,4 +33,6 @@ ifeq ($(COM),MSC)
$(eval $(call gb_Package_add_file,desktop_soffice_bin,bin/soffice.bin.manifest,soffice_bin$(gb_Executable_EXT).manifest))
endif
+$(call gb_Package_get_target,desktop_soffice_bin) :| $(call gb_Executable_get_target,soffice_bin)
+
# vim: set shiftwidth=4 tabstop=4 noexpandtab: