From 5d1478b79b95bf43e9a10e89a2af0b37c7cfe8fe Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 17 Oct 2011 17:05:30 +0100 Subject: [PATCH] ocaml: align build output Fix: MLI op.mli MLI op.cmi MLI partial.mli MLI partial.cmi MLI packet.mli Signed-off-by: Ian Cmpabell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/ocaml/libs/xb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ocaml/libs/xb/Makefile b/tools/ocaml/libs/xb/Makefile index 3f0bcc1ff6..35f23438d0 100644 --- a/tools/ocaml/libs/xb/Makefile +++ b/tools/ocaml/libs/xb/Makefile @@ -31,15 +31,15 @@ xenbus_C_OBJS = xs_ring_stubs xenbus_stubs OCAML_LIBRARY = xenbus xenbus.cmx : $(foreach obj, $(OBJS), $(obj).cmx) - $(E) " CMX $@" + $(E) " CMX $@" $(OCAMLOPT) -pack -o $@ $^ xenbus.cmo : $(foreach obj, $(OBJS), $(obj).cmo) - $(E) " CMO $@" + $(E) " CMO $@" $(OCAMLC) -pack -o $@ $^ %.mli: %.ml - $(E) " MLI $@" + $(E) " MLI $@" $(Q)$(OCAMLC) $(OCAMLINCLUDE) -i $< $o .PHONY: install -- 2.30.2