summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/post/ptxd_make_world_extract.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/post/ptxd_make_world_extract.make b/rules/post/ptxd_make_world_extract.make
index 7b7798251..f58dd6900 100644
--- a/rules/post/ptxd_make_world_extract.make
+++ b/rules/post/ptxd_make_world_extract.make
@@ -41,8 +41,7 @@ $(STATEDIR)/klibc-%.extract:
$(STATEDIR)/%.extract:
@$(call targetinfo)
@$(call clean, $($(PTX_MAP_TO_PACKAGE_$(*))_DIR))
- @$(foreach src,$($(PTX_MAP_TO_PACKAGE_$(*))_SOURCES), \
- $(call extract, $($(src)));)
+ @$(call extract, $(PTX_MAP_TO_PACKAGE_$(*)))
@$(call patchin, $(PTX_MAP_TO_PACKAGE_$(*)), $($(PTX_MAP_TO_PACKAGE_$(*))_DIR))
@$(call touch)