diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-19 12:55:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-19 12:55:10 +0300 |
commit | 61efc3f6f5f43336c9a251f2d9206e22091bc01c (patch) | |
tree | cf3dfb7b50e718bc82f4792f30908a96f80a8201 | |
parent | 46fdffd3de7e8c856a540056a1c7f97b00a03031 (diff) | |
download | egawk-61efc3f6f5f43336c9a251f2d9206e22091bc01c.tar.gz egawk-61efc3f6f5f43336c9a251f2d9206e22091bc01c.tar.bz2 egawk-61efc3f6f5f43336c9a251f2d9206e22091bc01c.zip |
Fix test/Makefile.am.
-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 b6579bb2..18025e7b 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 d9a52fc7..7cd73d1d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -196,7 +196,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 708e2b01..1b4ec17c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -462,7 +462,6 @@ EXTRA_DIST = \ colonwarn.in \ colonwarn.ok \ commas.awk \ - commas.in \ commas.ok \ compare.awk \ compare.in \ |