aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/coq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/coq.rb b/Library/Formula/coq.rb
index a1f218813..5d41a70b5 100644
--- a/Library/Formula/coq.rb
+++ b/Library/Formula/coq.rb
@@ -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