From: Keir Fraser Date: Mon, 8 Mar 2010 21:34:43 +0000 (+0000) Subject: libxl: Do not delete checked-in flex/bison outputs. X-Git-Tag: 4.0.0-rc6~10 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=28a42687217c1db8637eee7000243a44f426e911;p=xen.git libxl: Do not delete checked-in flex/bison outputs. Signed-off-by: Keir Fraser --- 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