commit: a5965288b5ce103a67c778e02ef38ae4de483b66
parent 059ba1afc289067af626796a06ee513b16aa0d0e
Author: fosslinux <fosslinux@aussies.space>
Date: Fri, 28 May 2021 07:08:52 +1000
Merge pull request #119 from stikonas/amhello
automake-1.15: do not try to build amhello with tcc
Diffstat:
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/sysa/automake-1.10.3/automake-1.10.3.sh b/sysa/automake-1.10.3/automake-1.10.3.sh
@@ -5,6 +5,8 @@
src_prepare() {
default
+ rm doc/amhello-1.0.tar.gz
+
./bootstrap
}
diff --git a/sysa/automake-1.11.2/automake-1.11.2.sh b/sysa/automake-1.11.2/automake-1.11.2.sh
@@ -5,6 +5,8 @@
src_prepare() {
default
+ rm doc/amhello-1.0.tar.gz
+
./bootstrap
}
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() {