aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-06 04:23:26 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-06 04:23:26 +0800
commit952708390e46cbb6d3287cd3a9e0932691b3dd4d (patch)
tree6b7414d35722b25b692f46f16352dfc8d87aa6cf /libical/src
parent3d76b85133e04ee93d227eb6a7dda79bb5204643 (diff)
downloadgsoc2013-evolution-952708390e46cbb6d3287cd3a9e0932691b3dd4d.tar
gsoc2013-evolution-952708390e46cbb6d3287cd3a9e0932691b3dd4d.tar.gz
gsoc2013-evolution-952708390e46cbb6d3287cd3a9e0932691b3dd4d.tar.bz2
gsoc2013-evolution-952708390e46cbb6d3287cd3a9e0932691b3dd4d.tar.lz
gsoc2013-evolution-952708390e46cbb6d3287cd3a9e0932691b3dd4d.tar.xz
gsoc2013-evolution-952708390e46cbb6d3287cd3a9e0932691b3dd4d.tar.zst
gsoc2013-evolution-952708390e46cbb6d3287cd3a9e0932691b3dd4d.zip
Assign with `=', not `+='.
* src/libical/Makefile.am (CLEANFILES): Assign with `=', not `+='. svn path=/trunk/; revision=13463
Diffstat (limited to 'libical/src')
-rw-r--r--libical/src/libical/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libical/src/libical/Makefile.am b/libical/src/libical/Makefile.am
index e27f77e5ba..2173a5cc1f 100644
--- a/libical/src/libical/Makefile.am
+++ b/libical/src/libical/Makefile.am
@@ -2,7 +2,7 @@
# FILE: Makefile.am
# CREATOR: eric
#
-# $Id: Makefile.am,v 1.31 2001/09/10 21:54:44 federico Exp $
+# $Id: Makefile.am,v 1.32 2001/10/05 20:23:26 ettore Exp $
#
#
# (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
@@ -217,7 +217,7 @@ icalderivedvalue.c: $(VALUEDEPS) $(BUILT_COMBINEDHEADERS)
# housekeeping
CONFIG_CLEAN_FILES = y.output
-CLEANFILES += $(BUILT_SOURCES) ical.h
+CLEANFILES = $(BUILT_SOURCES) ical.h
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)