[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: make libxl-save-helper depend on the autogenerated code targets
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1340965450 -3600 # Node ID a2abb62aedbe3fb0a6ad25dd20a9c4b21427f002 # Parent cf6ca262ef6a2320b6ed8a90b2797a71fc8827c3 libxl: make libxl-save-helper depend on the autogenerated code targets Fixes this build failure: In file included from libxl_save_helper.c:44: libxl.h:346:26: error: _libxl_types.h: No such file or directory Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r cf6ca262ef6a -r a2abb62aedbe tools/libxl/Makefile --- a/tools/libxl/Makefile Fri Jun 29 11:19:02 2012 +0100 +++ b/tools/libxl/Makefile Fri Jun 29 11:24:10 2012 +0100 @@ -100,7 +100,7 @@ testidl.c: libxl_types.idl gentest.py li all: $(CLIENTS) libxenlight.so libxenlight.a libxlutil.so libxlutil.a \ $(AUTOSRCS) $(AUTOINCS) -$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS): $(AUTOINCS) +$(LIBXL_OBJS) $(LIBXLU_OBJS) $(XL_OBJS) $(SAVE_HELPER_OBJS): $(AUTOINCS) %.c %.h:: %.y @rm -f $*.[ch] @@ -134,7 +134,7 @@ libxl_internal.h: _libxl_types_internal. 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) $(SAVE_HELPER_OBJS): libxl.h $(LIBXL_OBJS): libxl_internal.h _libxl_type%.h _libxl_type%_json.h _libxl_type%.c: libxl_type%.idl gentypes.py idl.py _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |