diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-29 20:44:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-12-01 23:42:02 -0500 |
commit | 1eaa86a6d5bc8b79e1783582f5b58e4fa5675e03 (patch) | |
tree | 7203ccf40565a3047a74a03aa8c8cb52c9e3120b /libctf/configure.ac | |
parent | ab557072b8ecd11c77916d00312d80b85ce3284c (diff) | |
download | gdb-1eaa86a6d5bc8b79e1783582f5b58e4fa5675e03.zip gdb-1eaa86a6d5bc8b79e1783582f5b58e4fa5675e03.tar.gz gdb-1eaa86a6d5bc8b79e1783582f5b58e4fa5675e03.tar.bz2 |
libctf: 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 'libctf/configure.ac')
-rw-r--r-- | libctf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libctf/configure.ac b/libctf/configure.ac index a5d6585..19005fd 100644 --- a/libctf/configure.ac +++ b/libctf/configure.ac @@ -290,7 +290,7 @@ fi AC_SUBST(VERSION_FLAGS) AC_SUBST(VERSION_FLAGS_NOBFD) -AC_CONFIG_FILES(Makefile doc/Makefile) +AC_CONFIG_FILES(Makefile) AC_CONFIG_HEADERS(config.h) AC_OUTPUT |