Philip Prindeville wrote:
> Haven't checked to see if this is fixed yet, but it's definitely present
> in 7.1:
>
> # "make install". An existing file will be overwritten!
> # When not using it, some make programs can't handle an undefined $(LINKIT).
> -LINKIT = -ln -f -s $(BINDIR)/$(VIMTARGET) /usr/bin/vi
> +LINKIT = -ln -f -s $(DEST_BIN)/$(VIMTARGET) /usr/bin/vi
> #LINKIT = @echo >/dev/null
>
> ###
>
Hmm.... Actually, since it's invoked as:
-$(LINKIT)
we probably don't need the "-" in the definition of the macro expansion
(RHS), either.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---