aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-10-31 20:46:17 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-10-31 20:46:17 +0000
commit73b6d7a990b6ac6d06213814adf9cbd074c46dd6 (patch)
treefee9a63129007d8624e6b52861e2f90e7290fbfa /libgo/Makefile.am
parentcdf0919d6de9594ca7711c5a03cf4c4068874805 (diff)
re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of gcc's required automake and modern Perl)
PR bootstrap/82856 libgo: update to autoconf 2.69 and automake 1.15.1 Initial patch from Joseph Myers. Reviewed-on: https://go-review.googlesource.com/c/146417 From-SVN: r265701
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r--libgo/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index 699e10d60af..461adcf867d 100644
--- a/libgo/Makefile.am
+++ b/libgo/Makefile.am
@@ -1224,3 +1224,5 @@ clean-local:
distclean-local:
find . -name '*.lo.dep' -print | xargs rm -f
+
+include $(top_srcdir)/../multilib.am