Commit 5e48c690 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

compel: Build syscalls before the compel

We will use syscall types in compel infect engine
itself so make sure they are built earlier.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent b05f0666
...@@ -37,7 +37,7 @@ compel-deps += include/common/asm ...@@ -37,7 +37,7 @@ compel-deps += include/common/asm
# #
# Compel itself. # Compel itself.
compel/%: $(compel-deps) .FORCE compel/%: $(compel-deps) compel/plugins/std.built-in.o .FORCE
$(Q) $(MAKE) $(build)=compel $@ $(Q) $(MAKE) $(build)=compel $@
# #
......
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