mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 23:49:24 +00:00
Note yacc and lex generated files as BUILT_SOURCES so they are created
before anything is compiled; required for parallel builds
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2005-08-01 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* hw/dmx/config/Makefile.am:
|
||||
Note yacc and lex generated files as BUILT_SOURCES so
|
||||
they are created before anything is compiled; required
|
||||
for parallel builds
|
||||
|
||||
2005-07-06 Alexander Gottwald <ago@freedesktop.org>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -14,7 +14,9 @@ LIBSRCS = parser.y \
|
||||
parser.h: parser.c
|
||||
scanner.c: scanner.l parser.h
|
||||
|
||||
CLEANFILES = parser.c parser.h scanner.c
|
||||
BUILT_SOURCES = parser.c parser.h scanner.c
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
libdmxconfig_a_SOURCES = $(LIBSRCS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user