emacs: fix cocoa build

Closes Homebrew/homebrew#18539.
This commit is contained in:
Adam Vandenberg 2013-04-27 11:51:03 -07:00
parent 852a5bfb59
commit b7267f8fdf

View file

@ -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"