aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxl/Makefile')
-rw-r--r--tools/libxl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 47fb110830..22c48816d7 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -212,8 +212,10 @@ clean:
$(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS)
$(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check
$(RM) -f testidl.c.new testidl.c
-# $(RM) -f $(AUTOSRCS) $(AUTOINCS)
distclean: clean
+realclean: distclean
+ $(RM) -f $(AUTOSRCS) $(AUTOINCS)
+
-include $(DEPS)