aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-10-18 10:35:55 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-10-18 10:35:55 +0100
commit1d2a87666556e7c3d483ab62f9159dc36bbf6614 (patch)
tree7834f98baa679d4aa3054913bdd20a55c004bd13 /tools/libxl/Makefile
parent7a409c302ddef68956bca506e8369586d781547c (diff)
downloadxen-1d2a87666556e7c3d483ab62f9159dc36bbf6614.tar.gz
xen-1d2a87666556e7c3d483ab62f9159dc36bbf6614.tar.bz2
xen-1d2a87666556e7c3d483ab62f9159dc36bbf6614.zip
libxl: remove generated file testidl.c on clean
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxl/Makefile')
-rw-r--r--tools/libxl/Makefile1
1 files changed, 1 insertions, 0 deletions
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