make: Fix @install-criu target

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@openvz.org>
Acked-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov 2015-12-14 19:06:00 +03:00 committed by Pavel Emelyanov
parent 182ed5e811
commit 628179cbbf

View file

@ -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)