Makefile.in: remove obsolete dependency

Fixup for commit 49eaafe88 from #1331
This commit is contained in:
Ralf Habacker 2026-05-04 21:23:01 +02:00
parent 8519a30354
commit f8e20f5a09
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ ifneq (@srcdir@,.)
endif
rm -rf autom4te.cache
cppcheck: $(O:.o=.cc) $(srcdir)/dosify.c $(srcdir)/version.c
cppcheck: $(O:.o=.cc) $(srcdir)/dosify.c
cppcheck --enable=all --std=c99 --std=c++11 -f \
--check-level=exhaustive \
--suppressions-list=$(srcdir)/cppcheck-global.sup \