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.
OK, so this make is sort-of broken. I'll remove the backslash.
--
A KNIGHT rides into shot and hacks him to the ground. He rides off.
We stay for a moment on the glade. A MIDDLE-AGED LADY in a C. & A.
twin-set emerges from the trees and looks in horror at the body of her
HUSBAND.
MRS HISTORIAN: FRANK!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---