mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
nmk: build.mk -- Fix deps for target mode
Don't forget to call objectify. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
cd5f7df520
commit
cb32e353bb
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ define collect-deps
|
|||
ifneq ($(filter all $(all-y) $(target),$(1)),)
|
||||
deps-y += $(obj-y:.o=.d)
|
||||
deps-y += $(lib-y:.o=.d)
|
||||
deps-y += $(foreach t,$(target),$($(t)-lib-y:.o=.d) $($(t)-obj-y:.o=.d))
|
||||
deps-y += $(foreach t,$(target),$(call objectify,$($(t)-lib-y:.o=.d)) $(call objectify,$($(t)-obj-y:.o=.d)))
|
||||
endif
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue