automake-1.15: do not try to build amhello with tcc

Fixes: #112
This commit is contained in:
Andrius Štikonas 2021-05-23 21:07:57 +01:00
parent 059ba1afc2
commit f9f951f3a9
1 changed files with 3 additions and 1 deletions

View File

@ -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() {