aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/emacs.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 8f0bdf9bd..852b2babd 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -51,11 +51,6 @@ class Emacs < Formula
end
def install
- # HEAD builds blow up when built in parallel as of April 20 2012
- # FIXME is this still necessary? It's been more than two years, surely any
- # race conditions would have made it into release by now.
- ENV.deparallelize unless build.stable?
-
args = ["--prefix=#{prefix}",
"--enable-locallisppath=#{HOMEBREW_PREFIX}/share/emacs/site-lisp",
"--infodir=#{info}/emacs"]