From 9c70e18682f7834dee76c80afe69f8ac2760c48b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 20 Jan 2018 17:03:24 +0000 Subject: Stop libquadmath complaining about incompatible autotools --- ppc-amigaos/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile index d44b1f0..38a424e 100644 --- a/ppc-amigaos/Makefile +++ b/ppc-amigaos/Makefile @@ -128,6 +128,7 @@ $(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d touch $(GCC_SRCDIR)/zlib/aclocal.m4 $(GCC_SRCDIR)/zlib/Makefile.in touch $(GCC_SRCDIR)/libbacktrace/aclocal.m4 $(GCC_SRCDIR)/libbacktrace/Makefile.in touch $(GCC_SRCDIR)/libcc1/aclocal.m4 $(GCC_SRCDIR)/libcc1/Makefile.in + touch $(GCC_SRCDIR)/libquadmath/aclocal.m4 $(GCC_SRCDIR)/libquadmath/Makefile.in touch $@ $(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d $(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL) -- cgit v1.2.3