Missing seperator. Stop error while installing makefile

98 Views Asked by At

I am trying to install latest version of git on VDS server using the tutorial on this website . According to the tutorial makefile must be installed. But when I run sudo make install the error ":1 *** missing seperator. Stop." is popping up.

My make file:

make configure
./configure --prefix=/usr/local
0

There are 0 best solutions below