coccinelle: mark the 'coccicheck' make target as .PHONY

The 'coccicheck' target doesn't create a file with the same name, so mark it as .PHONY. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

SZEDER Gábor committed Jul 23, 2018 at 15:50 UTC 0c7642562edc97059f5de566db53b03b6f47cec2
1 file changed +2
Makefile
+2
@@ -2688,6 +2688,8 @@ C_SOURCES = $(patsubst %.o,%.c,$(C_OBJ))
2688 fi
2689 coccicheck: $(patsubst %.cocci,%.cocci.patch,$(wildcard contrib/coccinelle/*.cocci))
2690
2691 +.PHONY: coccicheck
2692 +
2693 ### Installation rules
2694
2695 ifneq ($(filter /%,$(firstword $(template_dir))),)