aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-29 21:26:11 -0500
committerMike Frysinger <vapier@gentoo.org>2021-12-01 23:46:41 -0500
commitbde299e063de090bf36c1fe51874d1e9f4d94c3c (patch)
tree014f135f6aa8c67f5eae9c8a4ebc203f4ef13613 /gas/Makefile.am
parent1eaa86a6d5bc8b79e1783582f5b58e4fa5675e03 (diff)
downloadfsf-binutils-gdb-bde299e063de090bf36c1fe51874d1e9f4d94c3c.zip
fsf-binutils-gdb-bde299e063de090bf36c1fe51874d1e9f4d94c3c.tar.gz
fsf-binutils-gdb-bde299e063de090bf36c1fe51874d1e9f4d94c3c.tar.bz2
gas: 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 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 7678ee6..80c6e2c 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -17,10 +17,12 @@
# <http://www.gnu.org/licenses/>.
#
-AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects
+AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects info-in-builddir no-texinfo.tex
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
-SUBDIRS = doc po
+MAINTAINERCLEANFILES =
+
+SUBDIRS = po
tooldir = $(exec_prefix)/$(target_alias)
@@ -644,3 +646,5 @@ de-stage3:
CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh
EXTRA_DEJAGNU_SITE_CONFIG = development.exp
+
+include doc/local.mk