[CRIU] [PATCH] make: Fix @install-criu target
Cyrill Gorcunov
gorcunov at gmail.com
Mon Dec 14 08:06:00 PST 2015
Standalone criu target should not be used here
because it doesn't carry all prerequisites needed.
Instead simply use @all.
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 1793091bfc81..f353c2f11ebe 100644
--- a/Makefile
+++ b/Makefile
@@ -313,7 +313,7 @@ criu-$(CRTOOLSVERSION).tar.bz2:
install: install-criu install-man
-install-criu: $(PROGRAM) $(CRIU-LIB) install-crit
+install-criu: all $(CRIU-LIB) install-crit
$(E) " INSTALL " $(PROGRAM)
$(Q) mkdir -p $(DESTDIR)$(SBINDIR)
$(Q) install -m 755 $(PROGRAM) $(DESTDIR)$(SBINDIR)
--
2.5.0
More information about the CRIU
mailing list