Use separate system calls for separate commands

This commit is contained in:
Philip Weaver 2009-10-02 12:20:50 -07:00 committed by Max Howell
parent dd98285287
commit e798791143

View file

@ -15,7 +15,8 @@ class Emacs <Formula
"--disable-debug",
"--disable-dependency-tracking",
"--without-x"
system "make; make install"
system "make"
system "make install"
end
end