Commit 8ce76653 authored by Pavel Emelyanov's avatar Pavel Emelyanov

make: Add dependency on config header for criu/*

This fixes 'make criu/<any>.o' build.
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 48f680df
......@@ -210,7 +210,7 @@ $(eval $(call gen-built-in,images))
#
# But note that we're already included
# the nmk so we can reuse it there.
criu/%: images/built-in.o $(VERSION_HEADER) .FORCE
criu/%: images/built-in.o $(VERSION_HEADER) $(CONFIG_HEADER) .FORCE
$(Q) $(MAKE) $(build)=criu $@
criu: images/built-in.o $(VERSION_HEADER) $(CONFIG_HEADER)
$(Q) $(MAKE) $(build)=criu all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment