Attached patch fixes libxl build that broke in
changeset 22032:
fa82b0540e8c.
It is common these days to use $(PYTHON) in the build system.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
$(LIBXL_OBJS:%.o=%.c) $(LIBXLU_OBJS:%.o=%.c) $(XL_OBJS:%.o=%.c): libxl.h
_libxl_types.h _libxl_types.c: libxl.idl gentypes.py libxltypes.py
- python gentypes.py libxl.idl __libxl_types.h __libxl_types.c
+ $(PYTHON) gentypes.py libxl.idl __libxl_types.h __libxl_types.c
mv __libxl_types.h _libxl_types.h
mv __libxl_types.c _libxl_types.c