[CRIU] [PATCH 3/4] Doc/Makefile: mark clean target as phony

Kir Kolyshkin kir at openvz.org
Tue Apr 30 16:25:08 EDT 2013


Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Documentation/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/Makefile b/Documentation/Makefile
index d499e97..d856e18 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -18,3 +18,5 @@ clean:
 	$(E) "  CLEAN   "
 	$(Q) rm -f ./*.xml
 	$(Q) rm -f ./*.1
+
+.PHONY: clean
-- 
1.8.1.4



More information about the CRIU mailing list