diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-26 22:01:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-26 22:01:31 +0200 |
commit | e3f43a649c98af9514131cd7eaaa4d42075b766a (patch) | |
tree | 5e46638c556a92c079c74adc95f56f6cd6246dde | |
parent | 2b48a36ee0e25508b8eeb4eef9661717779fef64 (diff) | |
download | egawk-e3f43a649c98af9514131cd7eaaa4d42075b766a.tar.gz egawk-e3f43a649c98af9514131cd7eaaa4d42075b766a.tar.bz2 egawk-e3f43a649c98af9514131cd7eaaa4d42075b766a.zip |
Update supprt files after make distcheck.
-rw-r--r-- | support/ChangeLog | 4 | ||||
-rw-r--r-- | support/Makefile.am | 2 | ||||
-rw-r--r-- | support/Makefile.in | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 0295d9c1..3d978ffc 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,7 @@ +2019-01-26 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add cdefs.h and libc-config.h. + 2019-01-21 Paul Eggert <eggert@cs.ucla.edu> regex: fix read overrun diff --git a/support/Makefile.am b/support/Makefile.am index bc620f54..92e112de 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -31,6 +31,8 @@ AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)' EXTRA_DIST = \ Makefile.am \ Makefile.in \ + cdefs.h \ + libc-config.h \ regcomp.c \ regex_internal.c \ regex_internal.h \ diff --git a/support/Makefile.in b/support/Makefile.in index 991ce3b3..e9f47799 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -341,6 +341,8 @@ AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)' EXTRA_DIST = \ Makefile.am \ Makefile.in \ + cdefs.h \ + libc-config.h \ regcomp.c \ regex_internal.c \ regex_internal.h \ |