make: drop compel/compel dependency for all target

Target criu depends on all, so this is redundant and makes noise:
if you had typed `make` without arguments, it has built compel firstly,
if you had typed `make criu`, it has built protobuf images firstly.

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Dmitry Safonov 2016-07-18 22:22:43 +03:00 committed by Andrei Vagin
parent abca195ef2
commit bbf29e89b4

View file

@ -127,7 +127,7 @@ endif
CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/
# Default target
all: compel/compel criu lib
all: criu lib
.PHONY: all
#