coq: fix compiles on 8-core machines

This commit is contained in:
Adam Vandenberg 2011-07-01 20:09:03 -07:00
parent 7fb6195e14
commit 3cb6900780

View file

@ -26,8 +26,8 @@ class Coq < Formula
"-coqide", "none",
"-with-doc", "no",
"-arch", arch
system "make world"
ENV.j1 # Otherwise "mkdir bin" can be attempted by more than one job
system "make world"
system "make install"
end