From 4e6bdaf69102d288d3190ab4ae109465bc918d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Tue, 30 Oct 2012 20:27:18 +0200 Subject: =?UTF-8?q?Drop=20OBJS=20dependency=20from=20cppcheck=20target,=20?= =?UTF-8?q?thanks=20to=20Ville=20Skytt=C3=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3