[CRIU] [PATCH 1/2] build: Fix compel target on @all

Cyrill Gorcunov gorcunov at openvz.org
Fri May 6 04:10:27 PDT 2016


There is no longer phony compel target but compel/compel instead.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 032656356be7..d4acff7d790d 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,7 @@ lib: criu
 	$(Q) $(MAKE) -C lib all
 .PHONY: lib
 
-all: compel criu lib
+all: compel/compel criu lib
 .PHONY: all
 
 subclean:
-- 
2.5.5



More information about the CRIU mailing list