0

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
G'ofur N
  • 2,582
  • 3
  • 14
  • 21
  • Are you sure you're running `sudo make install` from the correct directory? Please edit your question to show the first few (10'ish) lines from the makefile. – G.M. Apr 02 '18 at 13:24
  • I am running `sudo make install` in the directory where the make file is located. My make file has only those 2 line. – G'ofur N Apr 03 '18 at 01:15
  • 1
    Those commands are meant to be run directly at the command prompt -- not as a makefile. – G.M. Apr 03 '18 at 06:22

0 Answers0