[CRIU] [PATCH 2/3] build: Use explicit config phony
Cyrill Gorcunov
gorcunov at openvz.org
Wed Feb 24 11:14:54 PST 2016
Style unification.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
criu/Makefile.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/Makefile.config b/criu/Makefile.config
index 1cfc5d257e02..fd1f4d7c7bd1 100644
--- a/criu/Makefile.config
+++ b/criu/Makefile.config
@@ -48,4 +48,4 @@ endef
$(eval $(config-header-rule))
config: $(CONFIG_HEADER)
-PHONY += config
+.PHONY: config
--
2.5.0
More information about the CRIU
mailing list