Skip to content
Snippets Groups Projects
Commit e809d0c5 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

avoid make loop in some macOS configurations

parent 7b694580
No related branches found
No related tags found
1 merge request!7Fix/make depend macos
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -91,6 +91,7 @@ build: [ ...@@ -91,6 +91,7 @@ build: [
["./configure" "--prefix" prefix ["./configure" "--prefix" prefix
"--mandir=%{man}%" "--mandir=%{man}%"
] ]
[make "depend"]
[make "-j%{jobs}%"] [make "-j%{jobs}%"]
[make "-C" "doc" "download"] {with-doc} [make "-C" "doc" "download"] {with-doc}
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment