It was never intended to be committed. Lucky the high level Makefile was
correct so it didn't cause us problem when building xl.

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 tools/xl/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tools/xl/Makefile b/tools/xl/Makefile
index d4b862c9b9..32dff40584 100644
--- a/tools/xl/Makefile
+++ b/tools/xl/Makefile
@@ -20,12 +20,6 @@ $(XL_OBJS): CFLAGS += $(CFLAGS_libxentoollog)
 $(XL_OBJS): CFLAGS += $(CFLAGS_XL)
 $(XL_OBJS): CFLAGS += -include $(XEN_ROOT)/tools/config.h # libxl_json.h needs 
it.
 
-# libxenlight should be built before building xl
-.PHONY: libxl
-libxl:
-       $(MAKE) -C $(XEN_ROOT)/tools/libxl
-$(XL_OBJS): libxl
-
 .PHONY: all
 all: xl
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to