Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
coccinelle: mark the 'coccicheck' make target as .PHONY
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/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))),)