Removed OBJS dependency from cppcheck target.

This commit is contained in:
Rolf Ahrenberg 2013-01-22 22:05:20 +02:00
parent e8fa85929a
commit 932f727e91
1 changed files with 1 additions and 1 deletions

View File

@ -143,5 +143,5 @@ clean:
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
cppcheck: $(OBJS)
cppcheck:
@cppcheck --enable=all -v -f $(OBJS:%.o=%.c)