Closed milaabl closed 1 year ago
Hi. Thanks for the PR. This fix should not be necessary (and is also not corect because the /
is required to explicitly identify the path as a directory). What version of make
are you using if I may ask?
@fubhy Ah, got it, thank you! I'm using Make 4.4.1
I think I can fix that by instead using a sentinel file. Let me try ...
Hmm, Sentinel didn't fix that for me for some reason
Hmm but it doesn't have the /
at the end anymore.
The error also sounds like it's an issue with interfaces.txt and not the Makefile
@fubhy yeah, that's indeed strange, might be something with file encodings on my end maybe. OK, thank you anyways!! I'll just keep the update that makes it works for me on my local end then.
@fubhy yeah, that's indeed strange, might be something with file encodings on my end maybe. OK, thank you anyways!! I'll just keep the update that makes it works for me on my local end then.
The problem is that your change merely disables a part of the make file by breaking the reference to the interfaces build step. It is not fixing it but merely short circuiting it heh
This line fixes the
make build
error for me in a Command prompt:OS: Windows 11