Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are

regenerated after 'make clean' and to make parallel builds work right.
This commit is contained in:
Keith Packard 2005-08-02 17:57:36 +00:00
parent 0c608a690e
commit bb5258a21d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2005-08-02 Keith Packard <keithp@keithp.com>
* hw/xwin/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.
2005-08-01 Keith Packard <keithp@keithp.com>
* hw/dmx/config/Makefile.am:

View File

@ -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 \