Use separate system calls for separate commands
This commit is contained in:
parent
dd98285287
commit
e798791143
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue