aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-15 07:35:28 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-15 07:35:28 +0800
commit9cb86dd0b0d598eba99f057bf0afff333258b27a (patch)
treedec2a695d86a704b91247a1386d8bdf089a77ac8 /shell/importer
parentd982c738d929375a597471aab7716301799f3414 (diff)
downloadgsoc2013-evolution-9cb86dd0b0d598eba99f057bf0afff333258b27a.tar
gsoc2013-evolution-9cb86dd0b0d598eba99f057bf0afff333258b27a.tar.gz
gsoc2013-evolution-9cb86dd0b0d598eba99f057bf0afff333258b27a.tar.bz2
gsoc2013-evolution-9cb86dd0b0d598eba99f057bf0afff333258b27a.tar.lz
gsoc2013-evolution-9cb86dd0b0d598eba99f057bf0afff333258b27a.tar.xz
gsoc2013-evolution-9cb86dd0b0d598eba99f057bf0afff333258b27a.tar.zst
gsoc2013-evolution-9cb86dd0b0d598eba99f057bf0afff333258b27a.zip
[Automake 1.5 fixes pointed out by Richard Boulton
<richard@tartarus.org>, as per #9258.] * importer/Makefile.am (CLEANFILES): Assign directly using `=', instead of `+='. * Makefile.am (CLEANFILES): Likewise. svn path=/trunk/; revision=12846
Diffstat (limited to 'shell/importer')
-rw-r--r--shell/importer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am
index f4a4b532a7..496a53da3f 100644
--- a/shell/importer/Makefile.am
+++ b/shell/importer/Makefile.am
@@ -56,7 +56,7 @@ glade_DATA = import.glade
EXTRA_DIST = $(glade_DATA) $(IDLS)
BUILT_SOURCES=$(IDL_GENERATED)
-CLEANFILES += $(BUILT_SOURCES)
+CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)