summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/ocaml/Makefile.ocaml
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/bindings/ocaml/Makefile.ocaml')
-rw-r--r--llvm/bindings/ocaml/Makefile.ocaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/bindings/ocaml/Makefile.ocaml b/llvm/bindings/ocaml/Makefile.ocaml
index 1f65a7b8f90..22b96a298ef 100644
--- a/llvm/bindings/ocaml/Makefile.ocaml
+++ b/llvm/bindings/ocaml/Makefile.ocaml
@@ -277,6 +277,8 @@ uninstall-local:: uninstall-deplibs
build-deplibs: $(OutputLibs)
+$(OcamlDir)/%.so: $(LibDir)/%.so
+ $(Verb) ln -sf $< $@
$(OcamlDir)/%.a: $(LibDir)/%.a
$(Verb) ln -sf $< $@
OpenPOWER on IntegriCloud