]> xenbits.xensource.com Git - xen.git/commitdiff
libxl: Do not delete checked-in flex/bison outputs.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 8 Mar 2010 21:34:43 +0000 (21:34 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 8 Mar 2010 21:34:43 +0000 (21:34 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxl/Makefile

index dbf8c436d15e0df74e6dadf82c21a1f0381d2109..75ac02aa477966bb7a7455314e8be550119464fb 100644 (file)
@@ -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