From: SZEDER Gábor Date: Mon, 23 Jul 2018 13:50:56 +0000 (+0200) Subject: coccinelle: mark the 'coccicheck' make target as .PHONY X-Git-Tag: v2.19.0-rc0~72^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0c7642562edc97059f5de566db53b03b6f47cec2?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- 0c7642562edc97059f5de566db53b03b6f47cec2 diff --git a/Makefile b/Makefile index 08e5c54549..530be4eca6 100644 --- a/Makefile +++ b/Makefile @@ -2688,6 +2688,8 @@ C_SOURCES = $(patsubst %.o,%.c,$(C_OBJ)) fi coccicheck: $(patsubst %.cocci,%.cocci.patch,$(wildcard contrib/coccinelle/*.cocci)) +.PHONY: coccicheck + ### Installation rules ifneq ($(filter /%,$(firstword $(template_dir))),)