Commit 72503fb9 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

build: Fix compel target on @all

There is no longer phony compel target but compel/compel instead.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Reviewed-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent eb329f09
...@@ -127,7 +127,7 @@ endif ...@@ -127,7 +127,7 @@ endif
CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/ CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/
# Default target # Default target
all: compel criu lib all: compel/compel criu lib
.PHONY: all .PHONY: all
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment