From d982c738d929375a597471aab7716301799f3414 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Sep 2001 23:34:04 +0000 Subject: [Automake 1.5 fixes pointed out by Richard Boulton , as per #9258.] * executive-summary/component/Makefile.am (CLEANFILE): Assign directly with `=', not `+='. * executive-summary/evolution-services/Makefile.am: Likewise. svn path=/trunk/; revision=12845 --- executive-summary/component/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executive-summary/component') diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index 1db01fed36..870746bf1e 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -81,7 +81,7 @@ evolution-executive-summary.pure: evolution-executive-summary endif EXTRA_DIST = $(glade_DATA) -CLEANFILES += $(COMPOSER_GENERATED) +CLEANFILES = $(COMPOSER_GENERATED) BUILT_SOURCES = $(COMPOSER_GENERATED) dist-hook: -- cgit v1.2.3