summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-08-02 18:08:48 +0000
committerKeith Packard <keithp@keithp.com>2005-08-02 18:08:48 +0000
commitea03b6bcd1045dfc0d6947e4858de8994d61170b (patch)
treea2cfb3faa866a6f06a8c27e94d47685e672b8924 /ChangeLog
parenta12f281be43c1c86147fb89c99484ac558f64425 (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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..b710ad3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,9 @@
+2005-08-02 Keith Packard <keithp@keithp.com>
+
+ * src/Makefile.am:
+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.