]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
Delete crucial generated file only in realclean target of standalone build.
authorPrashanth Mundkur <prashanth.mundkur@citrix.com>
Thu, 4 Jun 2009 08:43:14 +0000 (01:43 -0700)
committerPrashanth Mundkur <prashanth.mundkur@citrix.com>
Tue, 23 Jun 2009 16:25:19 +0000 (09:25 -0700)
gen/rpc/OMakefile

index 77893a0fcc70240eeca10bc7d97dd076e8e1c1cf..65ea9e933cac84a882b6cb8d99668e42049e62cb 100644 (file)
@@ -20,6 +20,9 @@ GEN_RPC = $(OCamlProgram $(GEN_RPC_PROG), $(GEN_RPC_FILES))
 
 .PHONY: clean
 clean:
-       $(CLEAN) $(GEN_RPC) syntax_json_conv.ml
+       $(CLEAN) $(GEN_RPC)
+
+realclean: clean
+       $(CLEAN) syntax_json_conv.ml
 
 .SUBDIRS: tests