summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-20 17:03:24 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-20 17:03:24 +0000
commit9c70e18682f7834dee76c80afe69f8ac2760c48b (patch)
tree2e2d4eb481f22e325a6611b3f52c3df4a1b95654
parentb191914b9fdb5aa2a4e9969ec543b246f79fdc41 (diff)
downloadtoolchains-9c70e18682f7834dee76c80afe69f8ac2760c48b.tar.gz
toolchains-9c70e18682f7834dee76c80afe69f8ac2760c48b.tar.bz2
Stop libquadmath complaining about incompatible autotools
-rw-r--r--ppc-amigaos/Makefile1
1 files changed, 1 insertions, 0 deletions
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)