summaryrefslogtreecommitdiff
path: root/desktop/Package_soffice_bin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Package_soffice_bin.mk')
-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: