summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-08-02 18:10:32 +0000
committerKeith Packard <keithp@keithp.com>2005-08-02 18:10:32 +0000
commitda90b92a612915f9d7053015025785e338ee7a0c (patch)
tree75a03e5595ad38fb5ad59396843224eabfdc9d92 /ChangeLog
parentdea36bb8cdeed1629110cbc407fdb18482d59651 (diff)
Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are
regenerated after 'make clean' and to make parallel builds work right.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..35025c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,6 @@
+2005-08-02 Keith Packard <keithp@keithp.com>
+
+ * Makefile.am:
+ Mark generated files as BUILT_SOURCES and CLEANFILES
+ to ensure they are regenerated after 'make clean' and
+ to make parallel builds work right.