[CRIU] [PATCH 1/2] test/zdtm/lib/Makefile: rm unused targets from PHONY
Kir Kolyshkin
kir at openvz.org
Tue Jan 7 13:58:04 PST 2014
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
test/zdtm/lib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/zdtm/lib/Makefile b/test/zdtm/lib/Makefile
index 6dbe6fb..5586843 100644
--- a/test/zdtm/lib/Makefile
+++ b/test/zdtm/lib/Makefile
@@ -27,7 +27,7 @@ cleandep:
realclean: clean cleandep
-.PHONY: force clean cleandep cleanout realclean start check_start stop wait_stop
+.PHONY: clean cleandep realclean
ifeq ($(filter-out no-deps-targets, $(MAKECMDGOALS)),)
-include $(LIBDEP)
--
1.8.1.4
More information about the CRIU
mailing list