From 8bc3f32d53c0cccf39db66f3232fd4ee29c164ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 19 Mar 2021 10:18:27 +0000 Subject: [PATCH] Fix intermittent error when building automake-1.4. --- sysa/automake-1.4-p6/automake-1.4-p6.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysa/automake-1.4-p6/automake-1.4-p6.sh b/sysa/automake-1.4-p6/automake-1.4-p6.sh index 0708c57c..4f7f5d27 100755 --- a/sysa/automake-1.4-p6/automake-1.4-p6.sh +++ b/sysa/automake-1.4-p6/automake-1.4-p6.sh @@ -15,3 +15,7 @@ src_prepare() { src_configure() { ./configure --prefix=/after } + +src_compile() { + make MAKEINFO=true +}