[PATCH 2/2] Resolve parallel build builtin.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



builtin.h is generated source, the priority of build should
be unconditional.

The dependency in plugin.$(OBJEXT) cannot be trusted also it
does not work for me.

Signed-off-by: Alon Bar-Lev <alon.barlev@xxxxxxxxx>
---
From 38a3461fdb3e1eeb3fc8b3981ede082113d3d117 Mon Sep 17 00:00:00 2001
From: Alon Bar-Lev <alon.barlev@xxxxxxxxx>
Date: Sat, 12 Nov 2011 20:58:16 +0200
Subject: [PATCH 2/2] [PATCH] Resolve parallel build builtin.h

builtin.h is generated source, the priority of build should
be unconditional.

The dependency in plugin.$(OBJEXT) cannot be trusted also it
does not work for me.

Signed-off-by: Alon Bar-Lev <alon.barlev@xxxxxxxxx>
---
 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7f2c156..0140e39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -469,8 +469,7 @@ MAINTAINERCLEANFILES = Makefile.in \
 	aclocal.m4 configure config.h.in config.sub config.guess \
 	ltmain.sh depcomp compile missing install-sh mkinstalldirs ylwrap
 
-src/plugin.$(OBJEXT): src/builtin.h
-
+BUILT_SOURCES += src/builtin.h
 src/builtin.h: src/genbuiltin $(builtin_sources)
 	$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
 
-- 
1.7.3.4


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux