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