From 0963da8f8d447ae1cb1c89892cdf958fb847275e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Sep 2001 23:25:39 +0000 Subject: [Automake 1.5 fixes pointed out by Richard Boulton , as per #9258.] * cal-client/Makefile.am: Set CLEANFILES directly instead of using `+='. svn path=/trunk/; revision=12841 --- calendar/gui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 2db2c26ced..e7643167ca 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -189,7 +189,7 @@ evolution-calendar.pure: evolution-calendar endif -CLEANFILES += $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3