From 1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 25 Sep 2001 23:36:56 +0000 Subject: [Patch for Automake 1.5 compatibility pointed out by Richard Boulton , as per #9258.] * Makefile.am (CLEANFILES): Assign directly, not with `+='. svn path=/trunk/; revision=13135 --- mail/ChangeLog | 7 +++++++ mail/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 344a50eaf4..ddc44f81d1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-09-25 Ettore Perazzoli + + [Patch for Automake 1.5 compatibility pointed out by Richard + Boulton , as per #9258.] + + * Makefile.am (CLEANFILES): Assign directly, not with `+='. + 2001-09-25 Jeffrey Stedfast * mail-folder-cache.c (update_1folder): The folder-info needs to diff --git a/mail/Makefile.am b/mail/Makefile.am index ae84f4837f..4eaf97833a 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -167,7 +167,7 @@ evolution-mail.pure: evolution-mail endif BUILT_SOURCES = $(EVOLUTION_MAIL_CORBA_GENERATED) -CLEANFILES += $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3