Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTycho Andersen <tycho.andersen@canonical.com>2016-02-15 15:26:58 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-02-15 15:32:53 +0300
commitd45116ff8bc7951f1c144b1c9c38588a9b7f3bb9 (patch)
tree8f4a59563df1d2693a78dab841e1e7076b45b174 /lib/Makefile
parentfb0126fda6c1d535881cfdee537e8c3128417fbd (diff)
build: crit -- Fix install target
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index d1b045059..3c0decbe0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -27,7 +27,7 @@ PHONY += lib-c
# Python bindings.
lib-py:
$(call msg-gen, $@)
- $(Q) $(MAKE) -C py/images all
+ $(Q) $(MAKE) -C pycriu/images all
PHONY += lib-py
clean:
@@ -35,7 +35,7 @@ clean:
$(Q) $(MAKE) $(build)=c $@
$(Q) $(RM) c/$(CRIU_SO)
$(call msg-clean, lib-py)
- $(Q) $(MAKE) -C py/images $@
+ $(Q) $(MAKE) -C pycriu/images $@
all: $(PHONY)
@true