diff options
| author | Adam Vandenberg | 2013-04-27 11:51:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-27 11:51:03 -0700 |
| commit | 16da1c70bf11ddcb281f2f8b99db5914d45a8245 (patch) | |
| tree | 007f2a433de9ca9b905d760f717cdb8e81c484b9 /Library/Formula | |
| parent | 60487510a1836ae5dbbadf46afaa607849c323a0 (diff) | |
| download | homebrew-16da1c70bf11ddcb281f2f8b99db5914d45a8245.tar.bz2 | |
emacs: fix cocoa build
Closes #18539.
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" |
