summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-03 07:21:47 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-03 07:21:47 +0200
commitc92c5c6beed1c1c1004ced1e90b57393f62a0a31 (patch)
treefb7de396a640b6f973327aabe63c0207b43f44db /desktop
parente59347cf60825e49f1b6d834a1cfd4f7524d0bae (diff)
use right target to force ordering
Change-Id: I57ed1971414789e6efbe76e69bb3fabb8b51e22d
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Package_soffice_bin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Package_soffice_bin.mk b/desktop/Package_soffice_bin.mk
index 725902cc045e..04378d7d874c 100644
--- a/desktop/Package_soffice_bin.mk
+++ b/desktop/Package_soffice_bin.mk
@@ -33,6 +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)
+$(call gb_Package_get_preparation_target,desktop_soffice_bin) :| $(call gb_Executable_get_target,soffice_bin)
# vim: set shiftwidth=4 tabstop=4 noexpandtab: