2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-02 07:15:31 +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:
Cyrill Gorcunov
2014-05-26 15:02:56 +04:00
committed by Pavel Emelyanov
parent 441b9b9ee5
commit 06f559fcc7

View File

@@ -151,9 +151,9 @@ protobuf/%::
protobuf: protobuf:
$(Q) $(MAKE) $(build)=protobuf all $(Q) $(MAKE) $(build)=protobuf all
$(ARCH_DIR)/%:: protobuf $(ARCH_DIR)/%:: protobuf config
$(Q) $(MAKE) $(build)=$(ARCH_DIR) $@ $(Q) $(MAKE) $(build)=$(ARCH_DIR) $@
$(ARCH_DIR): protobuf $(ARCH_DIR): protobuf config
$(Q) $(MAKE) $(build)=$(ARCH_DIR) all $(Q) $(MAKE) $(build)=$(ARCH_DIR) all
pie/%:: $(ARCH_DIR) pie/%:: $(ARCH_DIR)