Fix cppcheck call in tgt-blif (use .cc instead of .c)

This commit is contained in:
Cary R 2013-08-12 16:35:45 -07:00
parent af29735f44
commit b983d5546b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ clean:
distclean: clean
rm -f Makefile config.log
cppcheck: $(O:.o=.c)
cppcheck: $(O:.o=.cc)
cppcheck --enable=all -f $(INCLUDE_PATH) $^
Makefile: $(srcdir)/Makefile.in ../config.status