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/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib/Makefile.in') 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