From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [Xen-devel] Re: Xen 4.0.1 failed to compile on Ubuntu Natty 32 bits Date: Thu, 16 Dec 2010 20:16:20 +0100 Message-ID: <20101216191620.GA28208@aepfle.de> References: <1292492084.32368.6927.camel@zakaz.uk.xensource.com> <20101216173605.GA21326@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: Martinx - =?utf-8?B?44K444Kn44O844Og44K6?= Cc: xen-devel , Ian Campbell , Xen List List-Id: xen-devel@lists.xenproject.org On Thu, Dec 16, Martinx - =E3=82=B8=E3=82=A7=E3=83=BC=E3=83=A0=E3=82=BA w= rote: > Can you help me again?! (xen-unstable changeset: 21972:d3de6f484610) --- xen-4.0.1-testing.orig/tools/xenpaging/Makefile +++ xen-4.0.1-testing/tools/xenpaging/Makefile @@ -27,7 +27,7 @@ IBINS =3D xenpaging all: $(IBINS) =20 xenpaging: $(OBJS) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ + $(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS) =20 install: all $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)