[CRIU] [PATCH 1/2] vdso: make -- Arch targets depends on config

Cyrill Gorcunov gorcunov at openvz.org
Mon May 26 04:02:56 PDT 2014


We use config.h in vDSO handling code so arch
targets should depend on it.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c3fa5475f2c7..3aac937a6c96 100644
--- a/Makefile
+++ b/Makefile
@@ -150,9 +150,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)
-- 
1.9.3



More information about the CRIU mailing list