diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2009-12-18 20:12:14 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2009-12-18 20:12:14 +0000 |
| commit | a8e2997aa0858cbf058b929d2e9bbbf4514cbcce (patch) | |
| tree | bea93f76c6cd7bd39c19cf1da40c88453d692357 | |
| parent | 0471abd58bf916538dc6e4e1099ddbcf0d7af820 (diff) | |
| download | bcm5719-llvm-a8e2997aa0858cbf058b929d2e9bbbf4514cbcce.tar.gz bcm5719-llvm-a8e2997aa0858cbf058b929d2e9bbbf4514cbcce.zip | |
Fix another parallel make race condition.
llvm-svn: 91709
| -rw-r--r-- | llvm/bindings/ocaml/Makefile.ocaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/bindings/ocaml/Makefile.ocaml b/llvm/bindings/ocaml/Makefile.ocaml index c46f6027cf6..4e5de802640 100644 --- a/llvm/bindings/ocaml/Makefile.ocaml +++ b/llvm/bindings/ocaml/Makefile.ocaml @@ -163,6 +163,7 @@ clean-deplibs: $(Verb) rm -f $(OutputLibs) install-deplibs: + $(Verb) $(MKDIR) $(PROJ_libocamldir) $(Verb) for i in $(DestLibs:$(PROJ_libocamldir)/%=%); do \ ln -sf "$(PROJ_libdir)/$$i" "$(PROJ_libocamldir)/$$i"; \ done |

