nasm: limit make targets

nasm can try and fail to build PDF documentation, which
will cause the install to fail.

Use the same make targets as MacPorts.
master
Adam Vandenberg 2013-01-04 20:45:18 -08:00
parent 0a2f80a879
commit 9ec2423d04
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ class Nasm < Formula
def install
ENV.universal_binary if build.universal?
system "./configure", "--prefix=#{prefix}"
system "make everything"
system "make install_everything"
system "make install install_rdf"
end
end