]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
tools/ocaml: clean META files
authorVincent Bernardoff <vincent.bernardoff@citrix.com>
Mon, 15 Apr 2013 16:02:40 +0000 (17:02 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 17 Apr 2013 13:23:00 +0000 (14:23 +0100)
As META files are generated from META.in files, they should be cleaned
by clean rules.

Signed-off-by: Vincent Bernardoff <vincent.bernardoff@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/ocaml/Makefile.rules

index ff19067ccf929d98607f8e6475bb066c859327a2..5e6d81e4e992af820cdb4f6138e7c1b2a6d67e29 100644 (file)
@@ -45,7 +45,7 @@ ALL_OCAML_OBJ_SOURCES=$(addsuffix .ml, $(ALL_OCAML_OBJS))
        $(call quiet-command, $(OCAMLDEP) $(ALL_OCAML_OBJ_SOURCES) *.mli $o,MLDEP,)
 
 clean: $(CLEAN_HOOKS)
-       $(Q)rm -f .*.d *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.spot *.spit $(LIBS) $(PROGRAMS) $(GENERATED_FILES) .ocamldep.make
+       $(Q)rm -f .*.d *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.spot *.spit $(LIBS) $(PROGRAMS) $(GENERATED_FILES) .ocamldep.make META
 
 quiet-command = $(if $(V),$1,@printf " %-8s %s\n" "$2" "$3" && $1)