Remove LIBINTL_DEP

Mark Wielaard mark@klomp.org
Thu Jun 20 11:12:09 GMT 2024


Hi Alan,

On Thu, 2024-06-20 at 18:34 +0930, Alan Modra wrote:
> The intl directory in the source no longer exists.  LIBINTL_DEP is
> thus always empty.  Remove references to it.
> gdb/
> 	* Makefile.in (INTL_DEPS): Don't set or reference.
> 	* configure: Regenerate.
> gdbserver/
> 	* Makefile.in (INTL_DEPS): Don't set or reference.
> gdbsupport/
> 	* Makefile.in: Regenerate.
> 	* configure: Regenerate.

The binutils-gdb-autoregen bot claims configure in gdbserver/ also
needs to be regenerated:
https://builder.sourceware.org/buildbot/#/builders/270/builds/2527

diff --git a/gdbserver/configure b/gdbserver/configure
index 3abc647acda..5a76f96cf08 100755
--- a/gdbserver/configure
+++ b/gdbserver/configure
@@ -647,7 +647,6 @@ INSTOBJEXT
 DATADIRNAME
 CATALOGS
 INCINTL
-LIBINTL_DEP
 POSUB
 LTLIBINTL
 LIBINTL
@@ -12945,7 +12944,6 @@ fi
 
 
 
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is
requested" >&5
 $as_echo_n "checking whether NLS is requested... " >&6; }
 if test x"$USE_NLS" != xyes; then

Cheers,

Mark


More information about the Binutils mailing list