[CRIU] [PATCH] build: lib-py -- Fix building missing rpc module

Cyrill Gorcunov gorcunov at openvz.org
Fri Feb 19 08:29:47 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 lib/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Makefile b/lib/Makefile
index 1c7847feabe5..0cd59a1fb8a6 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -22,7 +22,7 @@ PHONY += lib-c
 # Python bindings.
 lib-py:
 	$(call msg-gen, $@)
-	$(Q) $(MAKE) -C py/images all
+	$(Q) $(MAKE) -C py all
 PHONY += lib-py
 
 clean:
@@ -31,7 +31,7 @@ clean:
 	$(Q) $(RM) c/$(CRIU_SO)
 	$(Q) $(RM) c/criu.pc
 	$(call msg-clean, lib-py)
-	$(Q) $(MAKE) -C py/images $@
+	$(Q) $(MAKE) -C py $@
 
 all: $(PHONY)
 	@true
-- 
2.5.0



More information about the CRIU mailing list