aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--executive-summary/ChangeLog9
-rw-r--r--executive-summary/component/Makefile.am2
-rw-r--r--executive-summary/evolution-services/Makefile.am2
3 files changed, 11 insertions, 2 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index 2cbf08dc1d..3ab48d9509 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,12 @@
+2001-09-14 Ettore Perazzoli <ettore@ximian.com>
+
+ [Automake 1.5 fixes pointed out by Richard Boulton
+ <richard@tartarus.org>, as per #9258.]
+
+ * executive-summary/component/Makefile.am (CLEANFILE): Assign
+ directly with `=', not `+='.
+ * executive-summary/evolution-services/Makefile.am: Likewise.
+
2001-07-21 Ettore Perazzoli <ettore@ximian.com>
* component/component-factory.c: Make the "executive-summary"
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am
index 1db01fed36..870746bf1e 100644
--- a/executive-summary/component/Makefile.am
+++ b/executive-summary/component/Makefile.am
@@ -81,7 +81,7 @@ evolution-executive-summary.pure: evolution-executive-summary
endif
EXTRA_DIST = $(glade_DATA)
-CLEANFILES += $(COMPOSER_GENERATED)
+CLEANFILES = $(COMPOSER_GENERATED)
BUILT_SOURCES = $(COMPOSER_GENERATED)
dist-hook:
diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am
index 5ffc39d70d..e371b0ddf4 100644
--- a/executive-summary/evolution-services/Makefile.am
+++ b/executive-summary/evolution-services/Makefile.am
@@ -49,7 +49,7 @@ libevolution_services_la_LIBADD = \
$(GTKHTML_LIBS)
BUILT_SOURCES = $(IDL_GENERATED)
-CLEANFILES += $(BUILT_SOURCES)
+CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
0800'>2012-02-201-12/+23 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Reset chuynh@biolateral.com.au: address bounces.linimon2007-03-111-1/+1 * . change dependencies: shells/bash2 -> shells/bash;bsam2007-01-171-1/+2 * - Update to 0.98dclsung2006-10-061-1/+1 * Remove USE_REINPLACE from all categories starting with Bedwin2006-05-041-1/+0 * [PATCH] biology/gff2ps distsite fixedwin2004-06-011-3/+3 * De-pkg-comment.knu2003-02-211-0/+1 * PERL -> REINPLACEedwin2002-11-041-1/+2 * - Install documentationpat2002-02-131-5/+15 * Add gff2ps 0.97b, converts gff-formated genomic data-sets topetef2001-12-19