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

View file

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