projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d30162
)
Fix another parallel make race condition.
author
Bob Wilson
<bob.wilson@apple.com>
Fri, 18 Dec 2009 20:12:14 +0000
(20:12 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Fri, 18 Dec 2009 20:12:14 +0000
(20:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91709
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/ocaml/Makefile.ocaml
patch
|
blob
|
history
diff --git
a/bindings/ocaml/Makefile.ocaml
b/bindings/ocaml/Makefile.ocaml
index
c46f602
..
4e5de80
100644
(file)
--- a/
bindings/ocaml/Makefile.ocaml
+++ b/
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