From 1d2a87666556e7c3d483ab62f9159dc36bbf6614 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 18 Oct 2011 10:35:55 +0100 Subject: [PATCH] libxl: remove generated file testidl.c on clean Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/libxl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 51e5132257..7edb8034ed 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -150,6 +150,7 @@ install: all clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) $(RM) -f _*.c *.pyc _libxl_paths.*.tmp + $(RM) -f testidl.c.new testidl.c # $(RM) -f $(AUTOSRCS) $(AUTOINCS) distclean: clean -- 2.30.2