From f9f951f3a93376ce37e66ac24198e979ef148258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 23 May 2021 21:07:57 +0100 Subject: [PATCH] automake-1.15: do not try to build amhello with tcc Fixes: #112 --- sysa/automake-1.15.1/automake-1.15.1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysa/automake-1.15.1/automake-1.15.1.sh b/sysa/automake-1.15.1/automake-1.15.1.sh index da90109..9509c6e 100755 --- a/sysa/automake-1.15.1/automake-1.15.1.sh +++ b/sysa/automake-1.15.1/automake-1.15.1.sh @@ -5,6 +5,8 @@ src_prepare() { default + rm doc/amhello-1.0.tar.gz + ./bootstrap rm doc/automake-history.info @@ -15,7 +17,7 @@ src_configure() { } src_compile() { - make MAKEINFO=true CC=tcc + make MAKEINFO=true } src_install() {