From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] libxl: test programs: Fix Makefile race Date: Thu, 6 Feb 2014 20:01:03 +0100 Message-ID: <20140206190103.GA17137@aepfle.de> References: <1391712257-17448-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1391712257-17448-1-git-send-email-ian.jackson@eu.citrix.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: xen-devel@lists.xensource.com, Ian Campbell List-Id: xen-devel@lists.xenproject.org On Thu, Feb 06, Ian Jackson wrote: > We need to include the new TEST_PROG_OBJS and LIBXL_TEST_OBJS in the > appropriate dependencies. Otherwise we risk trying to build the test > program before gentypes is run. This helps with building. But linking fails, TEST_PROGS lacks a dependency on libxenlight.so Olaf