From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2] libxl: Fix missing dependency in api check rule Date: Tue, 11 Sep 2012 20:54:40 +0200 Message-ID: <20120911185440.GA21566@aepfle.de> References: <20559.28978.688776.985508@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20559.28978.688776.985508@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Tue, Sep 11, Ian Jackson wrote: > Without this, the api check cpp run might happen before the various > autogenerated files which are #include by libxl.h are ready. The package still builds fine with this patch. Tested-by: Olaf Hering