summaryrefslogtreecommitdiff
path: root/libctf
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-12-02 07:51:44 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2021-12-02 07:51:57 -0500
commit7ed51c20a23862509502760a68f332d4f5bc7e03 (patch)
treece1267740480f249a625b98f836926095c906674 /libctf
parent794f2bba0f338d467bbf9c55b5aba415ecd5e138 (diff)
downloadbinutils-gdb-7ed51c20a23862509502760a68f332d4f5bc7e03.tar.gz
libctf: re-generate configure
When configuring libctf, I get: config.status: error: cannot find input file: `doc/Makefile.in' This is because configure is out-of-date, re-generate it. Change-Id: Ie69acd33012211a4620661582c7d24ad6d2cd169
Diffstat (limited to 'libctf')
-rwxr-xr-xlibctf/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/libctf/configure b/libctf/configure
index 50f5cc5a341..c56ac218213 100755
--- a/libctf/configure
+++ b/libctf/configure
@@ -13685,7 +13685,7 @@ fi
-ac_config_files="$ac_config_files Makefile doc/Makefile"
+ac_config_files="$ac_config_files Makefile"
ac_config_headers="$ac_config_headers config.h"
@@ -14702,7 +14702,6 @@ do
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;