aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure
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/configure
parentd8bbdb9dd5653716b0f904bba69ca5b63acaca2d (diff)
downloadbinutils-45c06bb712699e94533d16ac79efca189723294d.zip
binutils-45c06bb712699e94533d16ac79efca189723294d.tar.gz
binutils-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/configure')
-rwxr-xr-xbinutils/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/binutils/configure b/binutils/configure
index 1df5645..531322e 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -14738,7 +14738,7 @@ EMULATION_VECTOR=$targ_emul_vector
-ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
+ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -15749,7 +15749,6 @@ do
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
"default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;