mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
build: install target depends on libcriu
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
acaca5f14a
commit
89d3840c9c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue