aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-15 07:30:22 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-15 07:30:22 +0800
commit1784f9d02ba94d1f2ecca7557c13b4bf77d01d77 (patch)
tree3c4fac0b9ff1d978b232d27aaff0848663b5dbaa /calendar/pcs/Makefile.am
parent772312b867b450bee3f21eb6e4f12af23af60831 (diff)
downloadgsoc2013-evolution-1784f9d02ba94d1f2ecca7557c13b4bf77d01d77.tar
gsoc2013-evolution-1784f9d02ba94d1f2ecca7557c13b4bf77d01d77.tar.gz
gsoc2013-evolution-1784f9d02ba94d1f2ecca7557c13b4bf77d01d77.tar.bz2
gsoc2013-evolution-1784f9d02ba94d1f2ecca7557c13b4bf77d01d77.tar.lz
gsoc2013-evolution-1784f9d02ba94d1f2ecca7557c13b4bf77d01d77.tar.xz
gsoc2013-evolution-1784f9d02ba94d1f2ecca7557c13b4bf77d01d77.tar.zst
gsoc2013-evolution-1784f9d02ba94d1f2ecca7557c13b4bf77d01d77.zip
[Automake 1.5 fixes pointed out by Richard Boulton
<richard@tartarus.org>, as per #9258.] * pcs/Makefile.am: Set CLEANFILES directly instead of using `+='. svn path=/trunk/; revision=12843
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r--calendar/pcs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)