diff options
author | Alan Modra <amodra@gmail.com> | 2018-06-20 14:16:52 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-06-21 23:00:05 +0930 |
commit | d388f64333fb977c1b975cb9d26c762b143f4cb9 (patch) | |
tree | ecd2710aa8ae33ad5ca4368f120c3d6915e4457f /gas/doc | |
parent | 8363f9d5f2fab2c8b5a25c35c572f0426a716b66 (diff) | |
download | gdb-d388f64333fb977c1b975cb9d26c762b143f4cb9.zip gdb-d388f64333fb977c1b975cb9d26c762b143f4cb9.tar.gz gdb-d388f64333fb977c1b975cb9d26c762b143f4cb9.tar.bz2 |
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.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.am | 2 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 594226a..b3d4fa7 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -17,7 +17,7 @@ # <http://www.gnu.org/licenses/>. # -AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex +AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign # What version of the manual you want; "all" includes everything CONFIG=all diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index ba9485c..b745b7e 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -380,7 +380,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ zlibdir = @zlibdir@ zlibinc = @zlibinc@ -AUTOMAKE_OPTIONS = 1.8 info-in-builddir no-texinfo.tex +AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign # What version of the manual you want; "all" includes everything CONFIG = all @@ -473,9 +473,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu doc/Makefile + $(AUTOMAKE) --foreign doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ |