summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am5
2 files changed, 11 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.
diff --git a/Makefile.am b/Makefile.am
index f26059a..1fc999f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,11 @@ xkbcomp_SOURCES = \
dist_man1_MANS = \
xkbcomp.man
+BUILT_SOURCES = xkbparse.c xkbparse.h
+CLEANFILES = $(BUILT_SOURCES)
+
+xkbparse.h: xkbparse.c
+
EXTRA_DIST = \
README.config \
README.enhancing