From 376baced5383d6d652ff368127407f4071922793 Mon Sep 17 00:00:00 2001 From: Francesco Lannutti Date: Fri, 2 Nov 2012 12:35:38 +0100 Subject: [PATCH] make maintainer-clean shall remove the m4/ directory too --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 631289c98..d7b65c143 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,4 +40,4 @@ mrproper: maintainer-clean rm -f `find $(top_srcdir) -type f -name "*.rej" -print` maintainer-clean-local: - rm -rf $(top_srcdir)/m4/*.m4 + rm -rf $(top_srcdir)/m4