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

use $(MAKE) instead of +make for recursive calls in Makefile #92

Merged
merged 1 commit into from
Jul 23, 2024
Merged

use $(MAKE) instead of +make for recursive calls in Makefile #92

merged 1 commit into from
Jul 23, 2024

Conversation

t6s
Copy link
Contributor

@t6s t6s commented Jul 23, 2024

The current Makefile invokes hard-coded make command instead of $(MAKE),
resulting in a failure in systems with different names for GNU make.
(In particular, the opam package coq-bignums cannot be installed on FreeBSD.)

This PR is intended to fix the problem.

@SkySkimmer SkySkimmer merged commit 1f014ff into coq-community:master Jul 23, 2024
1 check passed
@t6s t6s deleted the fix_recursive_make branch July 24, 2024 01:56
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