From: Ian Campbell Date: Tue, 18 Oct 2011 09:35:55 +0000 (+0100) Subject: libxl: remove generated file testidl.c on clean X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1d2a87666556e7c3d483ab62f9159dc36bbf6614;p=xen.git libxl: remove generated file testidl.c on clean Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- 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