Fix intermittent error when building automake-1.4.

This commit is contained in:
Andrius Štikonas 2021-03-19 10:18:27 +00:00
parent 107aef4b57
commit 8bc3f32d53
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ src_prepare() {
src_configure() {
./configure --prefix=/after
}
src_compile() {
make MAKEINFO=true
}