Commit 4ffbb4d0 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

build: compel -- Drop double targeting

It's a hostprog so one target is enough,
otherwise we're gitting double deps generation.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent f2dd307b
...@@ -202,7 +202,8 @@ $(eval $(call gen-built-in,images)) ...@@ -202,7 +202,8 @@ $(eval $(call gen-built-in,images))
.PHONY: .FORCE .PHONY: .FORCE
# Compel get used by CRIU, build it earlier # Compel get used by CRIU, build it earlier
$(eval $(call gen-built-in,compel)) compel/%:
$(Q) $(MAKE) $(build)=compel $@
# #
# Next the socket CR library # Next the socket CR library
......
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