From 16da1c70bf11ddcb281f2f8b99db5914d45a8245 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 27 Apr 2013 11:51:03 -0700 Subject: emacs: fix cocoa build Closes #18539. --- Library/Formula/emacs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3