On 27.10.2020 10:45, Olaf Hering wrote: > Every once in a while build.c fails to compile because ssdt_s3.h does not > exist. The 'sed' command which creates the file appears a few lines down in > the build log. > > I'm not familiar with make. I wonder if "build.o" should depend on "$(H_SRC)" > instead of the expanded list of generated headers.
Oh, yes, it definitely should. Will you make a patch? Jan