Displaying 2 results from an estimated 2 matches for "ocamlsources1".
2008 Mar 04
0
[LLVMdev] [PATCH] Make sure ocamldep runs on all .mli files.
...ocaml/Makefile.ocaml bindings/ocaml/Makefile.ocaml
> index 6fc9a9a..d505ad8 100644
> --- bindings/ocaml/Makefile.ocaml
> +++ bindings/ocaml/Makefile.ocaml
> @@ -58,7 +58,7 @@ Archive.CMXA := $(strip $(OCAMLOPT) -a $
> (OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)
>
> # Source files
> OcamlSources1 := $(sort $(wildcard $(PROJ_SRC_DIR)/*.ml))
> -OcamlHeaders1 := $(OcamlSources1:.ml=.mli)
> +OcamlHeaders1 := $(sort $(wildcard $(PROJ_SRC_DIR)/*.mli))
Not sure how an .mli without a corresponding .ml would be useful, so I
left this bit.
Thanks!
Gordon
2008 Mar 04
5
[LLVMdev] [PATCH] Make sure ocamldep runs on all .mli files.
This is a small bug fix for the ocaml build system that allows
for dependencies to be generated for ocaml interface files.
---
bindings/ocaml/Makefile.ocaml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7c62c2cd93a6402e5f6ebd600e9e3ac7851b4d29.diff
Type: text/x-patch
Size: 994 bytes
Desc: not