mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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:
parent
182ed5e811
commit
628179cbbf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue