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:
parent
44652ca549
commit
93f8ae1d35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user