aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-27 11:51:03 -0700
committerAdam Vandenberg2013-04-27 11:51:03 -0700
commit16da1c70bf11ddcb281f2f8b99db5914d45a8245 (patch)
tree007f2a433de9ca9b905d760f717cdb8e81c484b9 /Library/Formula
parent60487510a1836ae5dbbadf46afaa607849c323a0 (diff)
downloadhomebrew-16da1c70bf11ddcb281f2f8b99db5914d45a8245.tar.bz2
emacs: fix cocoa build
Closes #18539.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 7be7cdcb7..c9b236329 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -64,7 +64,7 @@ class Emacs < Formula
args << "--with-ns" << "--disable-ns-self-contained"
system "./configure", *args
- system "make bootstrap"
+ system "make"
system "make install"
prefix.install "nextstep/Emacs.app"