[binutils-gdb] gas: re-generate configure

Simon Marchi simark@sourceware.org
Thu Dec 2 13:03:25 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1075011adebffc855319569549ce88e389e149c6

commit 1075011adebffc855319569549ce88e389e149c6
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Thu Dec 2 08:02:31 2021 -0500

    gas: re-generate configure
    
    When configuring gas, 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: Iaa5980c282900d9fd23b90f0df25bf8ba3676498

Diff:
---
 gas/configure | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gas/configure b/gas/configure
index b77c269981c..abe8a807257 100755
--- a/gas/configure
+++ b/gas/configure
@@ -14065,7 +14065,7 @@ fi
 
 
 
-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"
 
 ac_config_commands="$ac_config_commands default"
 
@@ -15082,7 +15082,6 @@ do
     ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.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" ;;
     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;


More information about the Binutils-cvs mailing list