summaryrefslogtreecommitdiff
path: root/tools/check-coding-style.mk
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-07 16:05:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-07 16:05:19 +0000
commit81993a3ea32bfe243cecb3dd5542096f0025d39d (patch)
tree6f8fb0987fc9ead4b131169ca39c0730aa38f948 /tools/check-coding-style.mk
parent7dcea3b0b0ed5670549f660f879444661f1e561d (diff)
downloadtelepathy-glib-81993a3ea32bfe243cecb3dd5542096f0025d39d.tar.gz
Use a less fragile mechanism to connect up the coding style check
Projects that copy the coding style check will now need something like check-local: check-coding-style in Makefile.am. 20080507160519-53eee-e0f3fa7630ff979b6291db985a423e69e386f08b.gz
Diffstat (limited to 'tools/check-coding-style.mk')
-rw-r--r--tools/check-coding-style.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-coding-style.mk b/tools/check-coding-style.mk
index 1499f2f05..3fc92fc8d 100644
--- a/tools/check-coding-style.mk
+++ b/tools/check-coding-style.mk
@@ -1,4 +1,4 @@
-check-local::
+check-coding-style:
@fail=0; \
if test -n "$(check_misc_sources)"; then \
tools_dir=$(top_srcdir)/tools \