commit: f9f951f3a93376ce37e66ac24198e979ef148258
parent 059ba1afc289067af626796a06ee513b16aa0d0e
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sun, 23 May 2021 21:07:57 +0100
automake-1.15: do not try to build amhello with tcc
Fixes: #112
Diffstat:
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
@@ -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() {