summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-07 16:05:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-07 16:05:36 +0000
commit87241ce14a9cc90ad0e8924550e38403e751a3b1 (patch)
tree521d8d35c14df4fa1fe68b10e3bc41ce9e095119 /tools
parentb481375c912a66e67d44d0729c655c00234ff43e (diff)
Adapt check-coding-style hook
Diffstat (limited to 'tools')
-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 \