diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 2 |
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" |
