aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-26 07:36:56 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-26 07:36:56 +0800
commit1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd (patch)
tree05ccaef5ed70f1388324a4b50d2a0e62695d4e44 /mail/Makefile.am
parent71d817f832592435402d899e09b6c719ca951f4d (diff)
downloadgsoc2013-evolution-1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd.tar
gsoc2013-evolution-1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd.tar.gz
gsoc2013-evolution-1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd.tar.bz2
gsoc2013-evolution-1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd.tar.lz
gsoc2013-evolution-1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd.tar.xz
gsoc2013-evolution-1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd.tar.zst
gsoc2013-evolution-1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd.zip
[Patch for Automake 1.5 compatibility pointed out by Richard
Boulton <richard@tartarus.org>, as per #9258.] * Makefile.am (CLEANFILES): Assign directly, not with `+='. svn path=/trunk/; revision=13135
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index ae84f4837f..4eaf97833a 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -167,7 +167,7 @@ evolution-mail.pure: evolution-mail
endif
BUILT_SOURCES = $(EVOLUTION_MAIL_CORBA_GENERATED)
-CLEANFILES += $(BUILT_SOURCES)
+CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)