diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-11 23:58:07 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-12 00:20:11 +0100 |
commit | 3f706189eacf763d75b9c42d1f79b8dd2bb2260a (patch) | |
tree | 5978c59c4b28db63e9f10df75005f290fd65b013 /postprocess | |
parent | ed49a7242ab6daf5fb5c8bbe5241c8f128091f64 (diff) |
postprocess: remove dependency on AllPackages
This was introduced with f624144e41291c11f3892dda1027221989d704be
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
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index c48fdbab7fb9..064228eb180c 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -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 |