diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 3b26e6b483..f474704980 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -694,6 +694,7 @@ $(1)-legal-source: $$($(2)_TARGET_ACTUAL_SOURCE) endif # actual sources != sources endif # actual sources != "" +$(1)-source-check: PKG=$(2) $(1)-source-check: $$(foreach p,$$($(2)_ALL_DOWNLOADS),$$(call SOURCE_CHECK,$$(p))$$(sep))