diff options
author | Keith Packard <keithp@keithp.com> | 2005-08-02 18:08:48 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-08-02 18:08:48 +0000 |
commit | ea03b6bcd1045dfc0d6947e4858de8994d61170b (patch) | |
tree | a2cfb3faa866a6f06a8c27e94d47685e672b8924 /ChangeLog | |
parent | a12f281be43c1c86147fb89c99484ac558f64425 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |