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 +- calendar/gui/alarm-notify/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui') 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) diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index 4176a71685..eef2e6abcc 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -82,4 +82,4 @@ EXTRA_DIST = \ $(glade_DATA) BUILT_SOURCES = $(CORBA_GENERATED) -CLEANFILES += $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3