Hi, Bram Moolenaar wrote: > mmokrejs wrote: > >> while running 'make install' I get the following on Solaris 2.6 >> machine: >> >> <cut> >> /bin/sh ./mkinstalldirs /usr/local/share/vim/vim71/compiler >> mkdir /usr/local/share/vim/vim71/compiler >> chmod 755 /usr/local/share/vim/vim71/compiler >> /bin/sh ./installman.sh install /usr/local/man/man1 "" /usr/local/share/vim >> /usr/local/share/vim/vim71 /usr/local/share/vim ../runtime/doc 644 vim >> vimdiff evim >> installing /usr/local/man/man1/vim.1 >> installing /usr/local/man/man1/vimtutor.1 >> installing /usr/local/man/man1/vimdiff.1 >> installing /usr/local/man/man1/evim.1 >> generating help tags >> make: Fatal error in reader: Makefile, line 295: Extra `:', `::', or `:=' on >> dependency line >> Current working directory /usr/scratch/vim71/runtime/doc >> cd ../runtime/doc; \ >> files=`ls *.txt tags`; \ >> files="$files `ls *.??x tags-?? 2>/dev/null || true`"; \ >> cp $files /usr/local/share/vim/vim71/doc; \ >> cd /usr/local/share/vim/vim71/doc; \ >> chmod 644 $files >> cp ../runtime/doc/*.pl /usr/local/share/vim/vim71/doc >> <cut> > > Try editing runtime/doc/Makefile and at the reported line remove the > backslash above .SUFFIXES:. Perhaps that helps. >
sorry for the delay ... yes, removing the backslash two lines above has helped. It caused continuation on the next line, which was empty. Thanks, Martin --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
