On Fri, Oct 11, 2024 at 05:29:47PM +0000, Philippe Blain via GitGitGadget wrote: > From: Philippe Blain <levraiphilippeblain@xxxxxxxxx> > > The clar source file '$(UNIT_TEST_DIR)/clar/clar.c' includes the > generated 'clar.suite', but this dependency is not taken into account by > our Makefile, so that it is possible for a parallel build to fail if > Make tries to build 'clar.o' before 'clar.suite' is generated. > > Correctly specify the dependency. > > Signed-off-by: Philippe Blain <levraiphilippeblain@xxxxxxxxx> Thanks, this version looks good to me. Patrick