Added C and Ocaml bindings for functions, basic blocks, and
[oota-llvm.git] / bindings / ocaml / Makefile.ocaml
index 4c65ca8ffc600f59315793a24000ad4614bd284d..8ad085ecad3e1cf920099e7200bcdcb6dd3c4271 100644 (file)
@@ -92,6 +92,8 @@ $(ObjDir)/$(LIBRARYNAME).ocamldep: $(OcamlSources) $(OcamlHeaders) \
                                    $(OcamlDir)/.dir $(ObjDir)/.dir
        $(Verb) $(OCAMLDEP) $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeader) > $@
 
+$(ObjectsCMI): $(UsedOcamlInterfaces:%=$(OcamlDir)/%.cmi)
+
 -include $(ObjDir)/$(LIBRARYNAME).ocamldep