From 8fee6cce84c0767e2abea00c7c7eef2f9077db5c Mon Sep 17 00:00:00 2001 From: amai2012 Date: Mon, 24 Sep 2018 13:16:20 +0200 Subject: [PATCH] Supply update to Makefile missing from previous commit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d158a8334..8ec8225c1 100644 --- a/Makefile +++ b/Makefile @@ -318,9 +318,9 @@ validatePlatforms: ${PlatformFilesCHECKED} # Validate XML output (to detect regressions) /tmp/errorlist.xml: cppcheck - cppcheck --errorlist >$@ + ./cppcheck --errorlist >$@ /tmp/example.xml: cppcheck - cppcheck --xml --inconclusive -j 4 --suppress=operatorEqVarError:*check.h --enable=all cli externals gui lib test 2>/tmp/example.xml + ./cppcheck --xml --enable=all --inconclusive --suppress=operatorEqVarError:*check.h cli externals gui lib test 2>/tmp/example.xml createXMLExamples:/tmp/errorlist.xml /tmp/example.xml .PHONY: validateXML validateXML: createXMLExamples