[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
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2001-09-25 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
[Patch for Automake 1.5 compatibility pointed out by Richard
|
||||
Boulton <richard@tartarus.org>, as per #9258.]
|
||||
|
||||
* Makefile.am (CLEANFILES): Assign directly, not with `+='.
|
||||
|
||||
2001-09-25 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-folder-cache.c (update_1folder): The folder-info needs to
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user