projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3ecbf
)
xl: xl.h depends on geenrated file _paths.h
author
Ian Campbell
<ian.campbell@citrix.com>
Wed, 30 May 2012 09:57:10 +0000
(10:57 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 30 May 2012 09:57:10 +0000
(10:57 +0100)
Fixes build error.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index cf59c67829c629e4150b3f621a51af0e295563aa..8f78c05df2d346647ca7be0623cd3a91be79c8c4 100644
(file)
--- 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