use right target to force ordering

Change-Id: I57ed1971414789e6efbe76e69bb3fabb8b51e22d
This commit is contained in:
David Tardon 2012-05-03 07:21:47 +02:00
parent e59347cf60
commit c92c5c6bee

View file

@ -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: