aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-03 00:23:20 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-22 16:47:35 -0500
commitbd32be01c997f686ab0b53f0640eaa0aeb61fbd3 (patch)
tree2a8ad9bf51349a66118cf1fa0e6500487ae8c4b3 /bfd/configure.ac
parentcb803d374929b4f2800b9385e4706b18d84bb926 (diff)
downloadgdb-bd32be01c997f686ab0b53f0640eaa0aeb61fbd3.zip
gdb-bd32be01c997f686ab0b53f0640eaa0aeb61fbd3.tar.gz
gdb-bd32be01c997f686ab0b53f0640eaa0aeb61fbd3.tar.bz2
bfd: 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 'bfd/configure.ac')
-rw-r--r--bfd/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/configure.ac b/bfd/configure.ac
index a907896..07f2074 100644
--- a/bfd/configure.ac
+++ b/bfd/configure.ac
@@ -1103,8 +1103,7 @@ case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
true+yes ) AC_DEFINE(USE_MMAP, 1, [Use mmap if it's available?]) ;;
esac
-rm -f doc/config.status
-AC_CONFIG_FILES([Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in])
+AC_CONFIG_FILES([Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in])
dnl We need this duplication, even though we use AM_PO_SUBDIRS, because of
dnl our two separate POTFILES. Yuck.