From 4ffbb4d04e85c4151519dcbc673df697ca27ec7a Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 7 Apr 2016 13:51:00 +0300 Subject: [PATCH] build: compel -- Drop double targeting It's a hostprog so one target is enough, otherwise we're gitting double deps generation. Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov Signed-off-by: Andrei Vagin --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2113fb024..c69548833 100644 --- a/Makefile +++ b/Makefile @@ -202,7 +202,8 @@ $(eval $(call gen-built-in,images)) .PHONY: .FORCE # Compel get used by CRIU, build it earlier -$(eval $(call gen-built-in,compel)) +compel/%: + $(Q) $(MAKE) $(build)=compel $@ # # Next the socket CR library