[CRIU] [PATCH 6/6] build: install target depends on libcriu
Tycho Andersen
tycho.andersen at canonical.com
Tue Jul 29 10:06:47 PDT 2014
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 2c6fc42..6ea3bcd 100644
--- a/Makefile
+++ b/Makefile
@@ -248,7 +248,7 @@ criu-$(CRTOOLSVERSION).tar.bz2:
v$(CRTOOLSVERSION) | bzip2 > $@
.PHONY: dist tar
-install: $(PROGRAM) install-man
+install: $(PROGRAM) $(CRIU-LIB) install-man
$(E) " INSTALL " $(PROGRAM)
$(Q) mkdir -p $(DESTDIR)$(SBINDIR)
$(Q) install -m 755 $(PROGRAM) $(DESTDIR)$(SBINDIR)
--
1.9.1
More information about the CRIU
mailing list