coccinelle: mark the 'coccicheck' make target as .PHONY
[gitweb.git] / Makefile
index 08e5c545492c7261dea349d002aef8d3ea1d232f..530be4eca67bbe6f6dfd1d3e649cccaf67a6744d 100644 (file)
--- 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))),)