From: Ian Campbell Date: Wed, 30 May 2012 09:57:10 +0000 (+0100) Subject: xl: xl.h depends on geenrated file _paths.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~8376 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4a2504925d69d00073585a57eeb27de50466a852;p=xen.git xl: xl.h depends on geenrated file _paths.h Fixes build error. Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index cf59c67829..8f78c05df2 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -120,6 +120,7 @@ libxl.h: _libxl_types.h libxl_json.h: _libxl_types_json.h 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): libxl_internal.h