From 9cb86dd0b0d598eba99f057bf0afff333258b27a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Sep 2001 23:35:28 +0000 Subject: [Automake 1.5 fixes pointed out by Richard Boulton , as per #9258.] * importer/Makefile.am (CLEANFILES): Assign directly using `=', instead of `+='. * Makefile.am (CLEANFILES): Likewise. svn path=/trunk/; revision=12846 --- shell/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 56228bdd72..8829330db2 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -236,7 +236,7 @@ evolution.pure: evolution endif -CLEANFILES += $(IDL_GENERATED) +CLEANFILES = $(IDL_GENERATED) BUILT_SOURCES = $(IDL_GENERATED) dist-hook: -- cgit v1.2.3