aboutsummaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-10-31 17:10:56 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-10-31 17:10:56 +0000
commitb555fb21f98143582541e1a3bf58695037ca617b (patch)
treea5570958e7e8f36baaa0b510058c5e03681efb23 /zlib/Makefile.am
parent1443936e967d4a0a49acb8756e3f808dc3628318 (diff)
downloadbinutils-b555fb21f98143582541e1a3bf58695037ca617b.zip
binutils-b555fb21f98143582541e1a3bf58695037ca617b.tar.gz
binutils-b555fb21f98143582541e1a3bf58695037ca617b.tar.bz2
Merge autoconf / automake update changes from GCC.
Top level: Merge from GCC: PR bootstrap/82856 * multilib.am: New file. From automake. config: Merge from GCC: PR bootstrap/82856 * math.m4, tls.m4: Use AC_LANG_SOURCE. zlib: Merge from GCC. PR bootstrap/82856 * Makefile.am: Include multilib.am. * Makefile.in: Regenerate.
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index eeda1b2..520f065 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -59,3 +59,5 @@ AM_MAKEFLAGS = \
"PICFLAG=$(PICFLAG)" \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"
+
+include $(top_srcdir)/../multilib.am