diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-16 21:40:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-16 21:40:34 +0300 |
commit | 4978d581e4c1a93b5cdb962b47c2ed827655b070 (patch) | |
tree | 9927d3f576ccc07855ab12926cdfd4d443d5b45c /test | |
parent | ab8abaa0b01833512ca9009c1a471e93577d2f8e (diff) | |
parent | 2b1797da18ac18d17bcd2e4171cd8c5909afb189 (diff) | |
download | egawk-4978d581e4c1a93b5cdb962b47c2ed827655b070.tar.gz egawk-4978d581e4c1a93b5cdb962b47c2ed827655b070.tar.bz2 egawk-4978d581e4c1a93b5cdb962b47c2ed827655b070.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.in | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index acbd8def..adc93aec 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2018-09-16 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.in: Regenerated, using Automake 1.16.1. + 2018-08-27 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (fmtspcl): Disable test. It was causing too many diff --git a/test/Makefile.in b/test/Makefile.in index 4fe76c89..34ec85bc 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1721,8 +1721,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(srcdir)/Maketests $(am__empty): @@ -1741,7 +1741,10 @@ ctags CTAGS: cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ |