diff --git a/ChangeLog b/ChangeLog index aed7ddbf..1935dd5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21693,3 +21693,5 @@ * Added a 'make deb' target. 2021-05-17 Fred Gleason * Fixed a regressions that broke the 'make deb' target. +2021-05-17 Fred Gleason + * Added 'compile' to the 'MAINTAINERCLEANFILES' rule. diff --git a/Makefile.am b/Makefile.am index 5c369a09..1902d9a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,6 +120,7 @@ MAINTAINERCLEANFILES = *~\ *.tar.gz\ aclocal.m4\ Makefile.in\ + compile\ config.guess\ config.status\ config.sub\