Fix another parallel make race condition.

llvm-svn: 91709
This commit is contained in:
Bob Wilson 2009-12-18 20:12:14 +00:00
parent 0471abd58b
commit a8e2997aa0
1 changed files with 1 additions and 0 deletions

View File

@ -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