Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMakefile OpenBSD compat #43
Open
Comments
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The patsubst and wildcard is specific go Gnu Make and doesn't work on OpenBSD. I believe this line is the issue:
I've worked around it by using gmake instead, but it would have been nice to have native compatibility.