Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer force a specific make(1) program #81

Merged
merged 1 commit into from
Feb 14, 2015

Conversation

khorben
Copy link
Contributor

@khorben khorben commented Dec 10, 2014

Hi pev developers,
as far as I know the $(MAKE) variable is automatically created by the underlying make(1) program in use. It is therefore harmful to enforce it this way, and it breaks the build on platforms where GNU make is not directly available as "make" (such as NetBSD).
In any case, you do require GNU make and it does set $(MAKE), so this change should be safe.
HTH,
-- khorben

@jweyrich jweyrich merged commit 0178ab5 into mentebinaria:master Feb 14, 2015
@jweyrich
Copy link
Contributor

That's absolutely right. Merged. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants