From 8e8207059777c59ae0f0c1fec9738543a0976f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Fri, 2 Feb 2024 11:17:21 +0000 Subject: [PATCH] Tweak invocation of 'bear' util in Makefile.am I'm about 90% sure this needs the '--', at least in recent versions of 'bear'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index da401cab9..6526a022a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ cov-build: # with illegal UTF-8 that make Bear unhappy. compile_commands.json: $(MAKE) clean - bear $(MAKE) check TESTS= + bear -- $(MAKE) check TESTS= oclint: compile_commands.json $(OCLINT_JCD) -e src/protobufs -- $(OCLINT_OPTIONS)