dovecot-2.1: Makefile: Delete dovecot-config on distclean

dovecot at dovecot.org dovecot at dovecot.org
Mon Mar 12 13:02:14 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/e75446fc828c
changeset: 14288:e75446fc828c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 12 12:59:54 2012 +0200
description:
Makefile: Delete dovecot-config on distclean

diffstat:

 Makefile.am |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 75f1f39c547f -r e75446fc828c Makefile.am
--- a/Makefile.am	Sun Mar 11 14:50:05 2012 +0200
+++ b/Makefile.am	Mon Mar 12 12:59:54 2012 +0200
@@ -75,7 +75,9 @@
 CLEANFILES += $systedmsystemunit_DATA
 endif
 
-DISTCLEANFILES = $(top_builddir)/dovecot-version.h
+DISTCLEANFILES = \
+	$(top_builddir)/dovecot-version.h \
+	$(top_builddir)/dovecot-config
 
 distcheck-hook:
 	if which scan-build > /dev/null; then \


More information about the dovecot-cvs mailing list