diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-10-30 20:27:18 +0200 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-10-30 20:27:18 +0200 |
commit | 4e6bdaf69102d288d3190ab4ae109465bc918d0b (patch) | |
tree | 0c46e97b4a42bd14466a497e2152a00427e81b6b | |
parent | 3eb8787d89d196468f18e189bd2ad2b53b0633f4 (diff) | |
download | vdr-plugin-epgfixer-4e6bdaf69102d288d3190ab4ae109465bc918d0b.tar.gz vdr-plugin-epgfixer-4e6bdaf69102d288d3190ab4ae109465bc918d0b.tar.bz2 |
Drop OBJS dependency from cppcheck target, thanks to Ville Skyttä.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |