Linux console tools development discussion
 help / color / mirror / Atom feed
* [kbd] [PATCH] [loadkeys branch] fix parallel builds
@ 2013-01-20 18:37 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2013-01-20 18:37 UTC (permalink / raw)
  To: kbd

The lex code will try to run two in parallel.

Signed-off-by: Mike Frysinger <vapier@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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-20 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-20 18:37 [kbd] [PATCH] [loadkeys branch] fix parallel builds Mike Frysinger

Linux console tools development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \
		kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com
	public-inbox-index kbd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.kbd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git