mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
vdso: make -- Arch targets depends on config
We use config.h in vDSO handling code so arch targets should depend on it. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
441b9b9ee5
commit
06f559fcc7
4
Makefile
4
Makefile
@@ -151,9 +151,9 @@ protobuf/%::
|
||||
protobuf:
|
||||
$(Q) $(MAKE) $(build)=protobuf all
|
||||
|
||||
$(ARCH_DIR)/%:: protobuf
|
||||
$(ARCH_DIR)/%:: protobuf config
|
||||
$(Q) $(MAKE) $(build)=$(ARCH_DIR) $@
|
||||
$(ARCH_DIR): protobuf
|
||||
$(ARCH_DIR): protobuf config
|
||||
$(Q) $(MAKE) $(build)=$(ARCH_DIR) all
|
||||
|
||||
pie/%:: $(ARCH_DIR)
|
||||
|
Reference in New Issue
Block a user