summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-10-30 20:27:18 +0200
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-10-30 20:27:18 +0200
commit4e6bdaf69102d288d3190ab4ae109465bc918d0b (patch)
tree0c46e97b4a42bd14466a497e2152a00427e81b6b
parent3eb8787d89d196468f18e189bd2ad2b53b0633f4 (diff)
downloadvdr-plugin-epgfixer-4e6bdaf69102d288d3190ab4ae109465bc918d0b.tar.gz
vdr-plugin-epgfixer-4e6bdaf69102d288d3190ab4ae109465bc918d0b.tar.bz2
Drop OBJS dependency from cppcheck target, thanks to Ville Skyttä.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f34a9b..d2e4ecf 100644
--- a/Makefile
+++ b/Makefile
@@ -128,5 +128,5 @@ dist: $(I18Npo) clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot
-cppcheck: $(OBJS)
+cppcheck:
@cppcheck --enable=information,style,unusedFunction -v -f $(OBJS:%.o=%.c)