diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-19 13:01:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-19 13:01:37 +0300 |
commit | 2e17a48142e7c5d22df3525670b1a65a39ba4643 (patch) | |
tree | 1c3ac41b5f48006ef4ce1ba2306a8980d878d72c /test | |
parent | 4277f2a4a08f94ee935dd5139f7cfaf1a95c66b5 (diff) | |
parent | 596cccc1d46931f2cdb2310505fc2c49895efda4 (diff) | |
download | egawk-2e17a48142e7c5d22df3525670b1a65a39ba4643.tar.gz egawk-2e17a48142e7c5d22df3525670b1a65a39ba4643.tar.bz2 egawk-2e17a48142e7c5d22df3525670b1a65a39ba4643.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index e5d37a84..f84c8eb8 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2021-09-19 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Remove commas.in from the list. + Thanks to `make distcheck' for the report. + 2021-09-14 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXPECTED_FAIL_MINGW): Remove fmttest and diff --git a/test/Makefile.am b/test/Makefile.am index 500370eb..6ae57c9c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -198,7 +198,6 @@ EXTRA_DIST = \ colonwarn.in \ colonwarn.ok \ commas.awk \ - commas.in \ commas.ok \ compare.awk \ compare.in \ diff --git a/test/Makefile.in b/test/Makefile.in index ab8ba1de..dbcd8ed1 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -464,7 +464,6 @@ EXTRA_DIST = \ colonwarn.in \ colonwarn.ok \ commas.awk \ - commas.in \ commas.ok \ compare.awk \ compare.in \ |