From 28a42687217c1db8637eee7000243a44f426e911 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 8 Mar 2010 21:34:43 +0000 Subject: libxl: Do not delete checked-in flex/bison outputs. Signed-off-by: Keir Fraser --- tools/libxl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index dbf8c436d1..75ac02aa47 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -89,7 +89,7 @@ install: all .PHONY: clean clean: $(RM) -f *.o *.so* *.a $(CLIENTS) $(DEPS) - $(RM) -f $(AUTOSRCS) $(AUTOINCS) +# $(RM) -f $(AUTOSRCS) $(AUTOINCS) distclean: clean -- cgit v1.2.3