From 1784f9d02ba94d1f2ecca7557c13b4bf77d01d77 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Sep 2001 23:30:22 +0000 Subject: [Automake 1.5 fixes pointed out by Richard Boulton , as per #9258.] * pcs/Makefile.am: Set CLEANFILES directly instead of using `+='. svn path=/trunk/; revision=12843 --- calendar/pcs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/pcs/Makefile.am') diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index b9733f26dc..4db9b0cca3 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -46,7 +46,7 @@ libpcs_a_SOURCES = \ BUILT_SOURCES = $(CORBA_GENERATED) -CLEANFILES += $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -- cgit v1.2.3