From d388f64333fb977c1b975cb9d26c762b143f4cb9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 20 Jun 2018 14:16:52 +0930 Subject: Regen doc/Makefile.in Also make the automake strictness "foreign". My regeneration of the three doc/Makefile.in files already had --foreign in the automake invocation, so this just makes it explicit. bfd/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. binutils/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. gas/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. zlib/ * Makefile.in: Regenerate. --- zlib/ChangeLog.bin-gdb | 4 ++++ zlib/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'zlib') diff --git a/zlib/ChangeLog.bin-gdb b/zlib/ChangeLog.bin-gdb index eb66f04..5b82134 100644 --- a/zlib/ChangeLog.bin-gdb +++ b/zlib/ChangeLog.bin-gdb @@ -1,3 +1,7 @@ +2018-06-21 Alan Modra + + * Makefile.in: Regenerate. + 2018-06-18 Simon Marchi Sync with FSF GCC sources. diff --git a/zlib/Makefile.in b/zlib/Makefile.in index 8f0b74c..7663822 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -386,7 +386,7 @@ toolexeclibdir = @toolexeclibdir@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AUTOMAKE_OPTIONS = 1.8 foreign +AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I .. -I ../config ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \ deflate.h gzguts.h gzread.c gzclose.c gzwrite.c gzlib.c \ -- cgit v1.1