1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00

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

View File

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