From ee280d4efc49b54658073aac945a22f81508c086 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 27 Sep 2015 20:10:24 +0200 Subject: build: Remove MAINTAINERCLEANFILES variable. * makefile.am (MAINTAINERCLEANFILES): Delete unneeded variable. Using 'git clean -xdf' is more reliable than 'make maintainer-clean' --- makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'makefile.am') diff --git a/makefile.am b/makefile.am index 431190c..da26a89 100644 --- a/makefile.am +++ b/makefile.am @@ -24,10 +24,6 @@ SUBDIRS = scm/mcron . ED = @ED@ # !!!! Are these needed? CP = @CP@ -MAINTAINERCLEANFILES = configure makefile makefile.in config.guess config.sub \ - install-sh missing texinfo.tex INSTALL \ - aclocal.m4 compile depcomp mcron.1 - CLEANFILES = mcron.c EXTRA_DIST = makefile.ed mcron.c.template BUGS -- cgit v1.2.3