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:
Michael Stahl 2013-11-11 23:58:07 +01:00
parent ed49a7242a
commit 3f706189ea

View file

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