Commit 2823a67a authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

make: fix double compilation

Signed-off-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f977a9a9
......@@ -148,8 +148,7 @@ ifeq ($(GCOV),1)
%.o $(PROGRAM): override CFLAGS += --coverage
endif
all: config pie $(VERSION_HEADER) $(CRIU-LIB) crit
$(Q) $(MAKE) $(PROGRAM)
all: config pie $(VERSION_HEADER) $(CRIU-LIB) $(PROGRAM) crit
protobuf/%::
$(Q) $(MAKE) $(build)=protobuf $@
......
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