vagrant/osx: use make instead of gmake (there is no gmake)

$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0
This commit is contained in:
Azat Khuzhin 2016-12-06 13:06:08 +03:00
parent 253e7fa90c
commit f7c70aef73

2
Vagrantfile vendored
View File

@ -266,7 +266,7 @@ Vagrant.configure("2") do |config|
cd /vagrant cd /vagrant
./autogen.sh ./autogen.sh
./configure ./configure
gmake -j4 verify make -j4 verify
SHELL SHELL
end end
end end