diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-29 21:26:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-12-01 23:46:41 -0500 |
commit | bde299e063de090bf36c1fe51874d1e9f4d94c3c (patch) | |
tree | 014f135f6aa8c67f5eae9c8a4ebc203f4ef13613 /gas/configure.ac | |
parent | 1eaa86a6d5bc8b79e1783582f5b58e4fa5675e03 (diff) | |
download | gdb-bde299e063de090bf36c1fe51874d1e9f4d94c3c.zip gdb-bde299e063de090bf36c1fe51874d1e9f4d94c3c.tar.gz 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/configure.ac')
-rw-r--r-- | gas/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.ac b/gas/configure.ac index 318811c..f033f97 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -1037,7 +1037,7 @@ dnl the build directory which include the right .h file. Make sure dnl the old symlinks don't exist, so that a reconfigure in an existing dnl directory behaves reasonably. -AC_CONFIG_FILES(Makefile doc/Makefile po/Makefile.in:po/Make-in) +AC_CONFIG_FILES(Makefile po/Makefile.in:po/Make-in) AC_CONFIG_COMMANDS([default], [rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h |