From 6f7a8db6aac339dda17fd9d6ba7bcf9c1635118c Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Tue, 17 Aug 2021 11:53:03 +0000 Subject: [PATCH] Add m4/ dir to cleanup list --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 06465ff..62244a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ MAINTAINERCLEANFILES=configure aclocal.m4 compile \ install-sh missing Makefile.in depcomp \ stamp-h1 config.h.in compat/Makefile.in \ config.guess config.sub include/Makefile.in \ - ltmain.sh m4/ + ltmain.sh maintainer-clean-local: - -rm -rf autom4te.cache config.h.in~ + -rm -rf m4 autom4te.cache config.h.in~