coq: remove an unnecessary make argument
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
67a91596e8
commit
a559287923
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PR_O=
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue