diff options
author | Keith Packard <keithp@keithp.com> | 2005-08-02 17:57:36 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-08-02 17:57:36 +0000 |
commit | bb5258a21d9efbb7d8b4226a44bd5738eb46d32a (patch) | |
tree | fc6c339cac7d89dec8513419e4e7b8e4c69c4b66 /hw/xwin | |
parent | 0c608a690e85064345d7ebdf6b03e2f3bd861708 (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 'hw/xwin')
-rw-r--r-- | hw/xwin/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am index 97ca53fbb..0144a1b8d 100644 --- a/hw/xwin/Makefile.am +++ b/hw/xwin/Makefile.am @@ -140,6 +140,9 @@ XWin_LDFLAGS = -mwindows -static winprefsyacc.h: winprefsyacc.c winprefslex.c: winprefslex.l winprefsyacc.c winprefsyacc.h +BUILT_SOURCES = winprefsyacc.h winprefsyacc.c winprefslex.c +CLEANFILES = $(BUILT_SOURCES) + AM_YFLAGS = -d AM_LFLAGS = -i AM_CFLAGS = -DHAVE_XWIN_CONFIG_H \ |