summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/post/ptxd_make_world_get.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/post/ptxd_make_world_get.make b/rules/post/ptxd_make_world_get.make
index 7ec9f6130..152674c9b 100644
--- a/rules/post/ptxd_make_world_get.make
+++ b/rules/post/ptxd_make_world_get.make
@@ -29,8 +29,10 @@ $(SRCDIR)/%:
$(STATEDIR)/%.get:
@$(call targetinfo)
- @$(call world/get, $(PTX_MAP_TO_PACKAGE_$(*)))
- @$(call world/check_src, $(PTX_MAP_TO_PACKAGE_$(*)))
+ @$(foreach src,$($(PTX_MAP_TO_PACKAGE_$(*))_SOURCES), \
+ $(call world/get, $($(src)));)
+ @$(foreach src,$($(PTX_MAP_TO_PACKAGE_$(*))_SOURCES), \
+ $(call world/check_src, $($(src)));)
@$(call touch)
world/get = \