From: Joel Rosdahl Date: Mon, 15 Oct 2018 19:08:51 +0000 (+0200) Subject: Make cppcheck find config.h X-Git-Tag: v3.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=011d8538088194288558ee70350ec91c91b903c0;p=thirdparty%2Fccache.git Make cppcheck find config.h --- diff --git a/dev.mk.in b/dev.mk.in index 4ca34a465..4189c6d5b 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -192,7 +192,7 @@ check-syntax: .PHONY: cppcheck cppcheck: $(CPPCHECK) --suppressions-list=$(CPPCHECK_SUPPRESSIONS) \ - --inline-suppr -q --enable=all --force \ + --inline-suppr -q --enable=all --force -I . \ $(non_3pp_sources) src/main.c $(test_sources) .PHONY: shellcheck