aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-06-20 14:16:52 +0930
committerAlan Modra <amodra@gmail.com>2018-06-21 23:00:05 +0930
commitd388f64333fb977c1b975cb9d26c762b143f4cb9 (patch)
treeecd2710aa8ae33ad5ca4368f120c3d6915e4457f /binutils/doc
parent8363f9d5f2fab2c8b5a25c35c572f0426a716b66 (diff)
downloadgdb-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 'binutils/doc')
-rw-r--r--binutils/doc/Makefile.am2
-rw-r--r--binutils/doc/Makefile.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am
index c164c6b..8ba1b47 100644
--- a/binutils/doc/Makefile.am
+++ b/binutils/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/binutils/doc/Makefile.in b/binutils/doc/Makefile.in
index e450007..c23531b 100644
--- a/binutils/doc/Makefile.in
+++ b/binutils/doc/Makefile.in
@@ -388,7 +388,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
zlibdir = @zlibdir@
zlibinc = @zlibinc@
-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
@@ -446,9 +446,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*) \