[CRIU] [PATCH 6/6] make: fix double compilation

Ruslan Kuprieiev kupruser at gmail.com
Mon Jan 19 06:10:58 PST 2015


Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 1bc7fa0..39433fc 100644
--- a/Makefile
+++ b/Makefile
@@ -148,8 +148,7 @@ ifeq ($(GCOV),1)
 %.o $(PROGRAM): override CFLAGS += --coverage
 endif
 
-all: config pie $(VERSION_HEADER) $(CRIU-LIB) crit
-	$(Q) $(MAKE) $(PROGRAM)
+all: config pie $(VERSION_HEADER) $(CRIU-LIB) $(PROGRAM) crit
 
 protobuf/%::
 	$(Q) $(MAKE) $(build)=protobuf $@
-- 
2.1.0



More information about the CRIU mailing list