aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-25 23:13:37 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-29 20:26:26 -0500
commit45c06bb712699e94533d16ac79efca189723294d (patch)
tree98fc9a597c6bfcbf380fb38d30ab80cc5cf58a72 /binutils/Makefile.am
parentd8bbdb9dd5653716b0f904bba69ca5b63acaca2d (diff)
downloadfsf-binutils-gdb-45c06bb712699e94533d16ac79efca189723294d.zip
fsf-binutils-gdb-45c06bb712699e94533d16ac79efca189723294d.tar.gz
fsf-binutils-gdb-45c06bb712699e94533d16ac79efca189723294d.tar.bz2
binutils: merge doc subdir up a level
This avoids a recursive make into the doc subdir and speeds up the build slightly. It also allows for more parallelism.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 9ceb63d..f54dadd 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -17,13 +17,15 @@
# <http://www.gnu.org/licenses/>.
#
-AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects
+AUTOMAKE_OPTIONS = dejagnu no-dist foreign subdir-objects info-in-builddir no-texinfo.tex
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
-SUBDIRS = doc po
+SUBDIRS = po
tooldir = $(exec_prefix)/$(target_alias)
+MAINTAINERCLEANFILES =
+
## These aren't set by automake, because they appear in
## bfd/acinclude.m4, which is included by binutils/acinclude.m4, and
## thus is not seen by automake.
@@ -552,3 +554,5 @@ install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
else true; \
fi; \
done
+
+include doc/local.mk