From: Mark Wooding Date: Sun, 9 Aug 2020 13:00:59 +0000 (+0100) Subject: build/autotest.am: Fix formatting of list initialization assignments. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/e370d22add00480a67fd028c0e7d3148737fe484 build/autotest.am: Fix formatting of list initialization assignments. --- diff --git a/build/autotest.am b/build/autotest.am index c99ce19..435f7a5 100644 --- a/build/autotest.am +++ b/build/autotest.am @@ -23,10 +23,10 @@ ### along with `common'; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -EXTRA_DIST = -CLEANFILES = -DISTCLEANFILES = -MAINTAINERCLEANFILES = +EXTRA_DIST = +CLEANFILES = +DISTCLEANFILES = +MAINTAINERCLEANFILES = ###-------------------------------------------------------------------------- ### The test suite.