]> xenbits.xensource.com Git - xen.git/commitdiff
libxl: run libxlgentypes with $(PYTHON)
authorChristoph Egger <Christoph.Egger@amd.com>
Tue, 31 Aug 2010 16:51:51 +0000 (17:51 +0100)
committerChristoph Egger <Christoph.Egger@amd.com>
Tue, 31 Aug 2010 16:51:51 +0000 (17:51 +0100)
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>
tools/libxl/Makefile

index 04fd9f335e13d75363dd108b8d2bba97f80cab22..ab8df5dfbb4f619583fc4708f3e142404b3dd876 100644 (file)
@@ -66,7 +66,7 @@ libxl.h: _libxl_types.h
 $(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