1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

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 44652ca549
commit 93f8ae1d35

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