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/evolution-services/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executive-summary/evolution-services/Makefile.am') diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am index 5ffc39d70d..e371b0ddf4 100644 --- a/executive-summary/evolution-services/Makefile.am +++ b/executive-summary/evolution-services/Makefile.am @@ -49,7 +49,7 @@ libevolution_services_la_LIBADD = \ $(GTKHTML_LIBS) BUILT_SOURCES = $(IDL_GENERATED) -CLEANFILES += $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3