[kbd] [PATCH] [loadkeys branch] fix parallel builds
Mike Frysinger <[email protected]>
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <[email protected]> |
The lex code will try to run two in parallel. Signed-off-by: Mike Frysinger <[email protected]> --- src/libkeymap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libkeymap/Makefile.am b/src/libkeymap/Makefile.am index 5cf18c8..a200c9a 100644 --- a/src/libkeymap/Makefile.am +++ b/src/libkeymap/Makefile.am @@ -22,4 +22,4 @@ libkeymap_la_SOURCES = \ AM_LFLAGS = --header-file=$(CURDIR)/analyze.h BUILT_SOURCES = parse.c analyze.c parse.h analyze.h CLEANFILES = $(BUILT_SOURCES) - +parse.h: parse.c ; @true -- 1.8.0.2