diff options
author | Sam James <sam@gentoo.org> | 2023-11-15 14:33:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-15 14:33:59 +0000 |
commit | 35b38b0182d054a022fe8d5f3d056453fc72647d (patch) | |
tree | e28203de57c972587aaa85f734e8517670f82aa3 /gnulib/Makefile.in | |
parent | 9e11e7460da19bbb8ca1332f616545e79d917bde (diff) | |
download | gdb-35b38b0182d054a022fe8d5f3d056453fc72647d.zip gdb-35b38b0182d054a022fe8d5f3d056453fc72647d.tar.gz gdb-35b38b0182d054a022fe8d5f3d056453fc72647d.tar.bz2 |
Finalized intl-update patches (trois)
Doing this on behalf of Arsen as obvious. Hopefully the last fixup.
* gdb: Regenerate.
* gnulib: Regenerate.
Diffstat (limited to 'gnulib/Makefile.in')
-rw-r--r-- | gnulib/Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in index 8d5bf7f..02886fe 100644 --- a/gnulib/Makefile.in +++ b/gnulib/Makefile.in @@ -107,12 +107,7 @@ host_triplet = @host@ target_triplet = @target@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ - $(top_srcdir)/../config/largefile.m4 \ - $(top_srcdir)/../config/lead-dot.m4 \ - $(top_srcdir)/../config/override.m4 \ - $(top_srcdir)/../config/plugins.m4 \ - $(top_srcdir)/import/m4/00gnulib.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/import/m4/00gnulib.m4 \ $(top_srcdir)/import/m4/__inline.m4 \ $(top_srcdir)/import/m4/absolute-header.m4 \ $(top_srcdir)/import/m4/alloca.m4 \ @@ -125,7 +120,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/import/m4/clock_time.m4 \ $(top_srcdir)/import/m4/close.m4 \ $(top_srcdir)/import/m4/closedir.m4 \ - $(top_srcdir)/import/m4/codeset.m4 \ $(top_srcdir)/import/m4/ctype_h.m4 \ $(top_srcdir)/import/m4/d-ino.m4 \ $(top_srcdir)/import/m4/d-type.m4 \ @@ -282,7 +276,13 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/import/m4/wmemchr.m4 \ $(top_srcdir)/import/m4/wmempcpy.m4 \ $(top_srcdir)/import/m4/year2038.m4 \ - $(top_srcdir)/import/m4/zzgnulib.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/import/m4/zzgnulib.m4 \ + $(top_srcdir)/../config/codeset.m4 \ + $(top_srcdir)/../config/depstand.m4 \ + $(top_srcdir)/../config/largefile.m4 \ + $(top_srcdir)/../config/lead-dot.m4 \ + $(top_srcdir)/../config/override.m4 \ + $(top_srcdir)/../config/plugins.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |