[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable test] 12988: regressions - FAIL
On Thu, 2012-05-31 at 14:04 +0100, Ben Guthro wrote: > Fix build error, after distclean > > Signed-off-by: Ben Guthro <benjamin.guthro@xxxxxxxxxx> > > diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile > index 8f78c05..bd2cf9d 100644 > --- a/tools/libxl/Makefile > +++ b/tools/libxl/Makefile > @@ -122,7 +122,7 @@ libxl_internal.h: _libxl_types_internal.h _paths.h > libxl_internal_json.h: _libxl_types_internal_json.h > xl.h: _paths.h > > -$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): libxl.h > +$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): libxl.h xl.h This isn't quite accurate, LIBXL*_OBJS don't need xl.h. It'd be better to add a separate $(XL_OBJS): xl.h Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |