postprocess: remove dependency on AllPackages
This was introduced with f624144e41
but hopefully should no longer be necessary nowadays because the
dependencies on the individual xcd files should be sufficient; it
can lead to not really necessary rebuilds of the registry xcd files.
Change-Id: I189c54d9c61eb0a1f8ec286b0a4e55e83eb08c26
This commit is contained in:
parent
ed49a7242a
commit
3f706189ea
1 changed files with 0 additions and 1 deletions
|
@ -514,7 +514,6 @@ $(call gb_XcdTarget_get_target,$(1)).xcd : \
|
|||
$(call gb_CustomTarget_get_workdir,postprocess/registry)/$(1).list : \
|
||||
$(postprocess_FILES_$(1)) \
|
||||
$(SRCDIR)/postprocess/CustomTarget_registry.mk \
|
||||
$(call gb_Postprocess_get_target,AllPackages) \
|
||||
| $(call gb_CustomTarget_get_workdir,postprocess/registry)/.dir
|
||||
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue