summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-03-06 11:39:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-03-06 11:39:03 +0200
commitca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43 (patch)
treeb149d561cca40abe3e0a2e0da9baeaa08140a1aa /extras
parentb2a997f7829dcbeab6fed42bd35f2381531c8e02 (diff)
downloadgawk-ca31e4d2c9ff8e874a60e0b9c2d9a488c6f54b43.tar.gz
Squashed commit of the following:
commit 233cbc2a39b348eb66f70e7806f5fe2ef45db6a8 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Mar 6 11:37:05 2020 +0200 Update ChangeLog files with Jannick's changes. commit 3a6297d5a1e900f8de0ddc6dda5b08770483e318 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Feb 21 13:10:40 2020 +0200 MSYS2 build changes.
Diffstat (limited to 'extras')
-rw-r--r--extras/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/extras/Makefile.in b/extras/Makefile.in
index 705cca5b..8fbcb2e5 100644
--- a/extras/Makefile.in
+++ b/extras/Makefile.in
@@ -122,8 +122,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
$(top_srcdir)/m4/mpfr.m4 $(top_srcdir)/m4/nls.m4 \
$(top_srcdir)/m4/noreturn.m4 $(top_srcdir)/m4/po.m4 \
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
- $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/ulonglong.m4 \
- $(top_srcdir)/configure.ac
+ $(top_srcdir)/m4/socket.m4 \
+ $(top_srcdir)/m4/triplet-transformation.m4 \
+ $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)