[kbd] [PATCH] [loadkeys branch] fix parallel builds
Mike Frysinger
vapier at gentoo.org
Sun Jan 20 22:37:33 MSK 2013
The lex code will try to run two in parallel.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
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
More information about the kbd
mailing list