there is no rule for the manifest, so we need to depend on the lib only
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect
This commit is contained in:
parent
e6c7a339c4
commit
f222b01170
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ $(call gb_Module_get_target,desktop) : $(OUTDIR)/bin/soffice.bin.manifest
|
|||
|
||||
$(OUTDIR)/bin/soffice.bin.manifest : $(call gb_Executable_get_target,$(sofficebin))
|
||||
$(call gb_Executable_get_clean_target,$(sofficebin)) : $(WORKDIR)/Clean/OutDir/bin/soffice.bin.manifest
|
||||
$(OUTDIR)/bin/soffice.bin.manifest : $(call gb_LinkTarget_get_target,$(call gb_Executable_get_linktargetname,$(sofficebin))).manifest $(call gb_LinkTarget_get_target,$(call gb_Executable_get_linktargetname,$(sofficebin)))
|
||||
$(call gb_Deliver_deliver,$<,$@)
|
||||
$(OUTDIR)/bin/soffice.bin.manifest : $(call gb_LinkTarget_get_target,$(call gb_Executable_get_linktargetname,$(sofficebin)))
|
||||
$(call gb_Deliver_deliver,$<.manifest,$@)
|
||||
|
||||
.PHONY : $(WORKDIR)/Clean/OutDir/bin/soffice.bin.manifest
|
||||
$(WORKDIR)/Clean/OutDir/bin/soffice.bin.manifest :
|
||||
|
|
Loading…
Reference in a new issue