> Good point. I suggest you submit a patch to Bram. I'd do this for you, > especially as it's small, but you should get the credit for the fix.
Well, I thought that single letter change would not require diff, but
I'm happy to attach one :)
Thanks
--
Vlad
--- Makefile.orig st črn 25 18:24:12 2008
+++ Makefile st črn 25 18:24:15 2008
@@ -1742,7 +1742,7 @@
-if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
fi
- -if test $(VIMTARGET) != vim -a ! -e vim; then \
+ -if test $(VIMTARGET) != vim -a ! -x vim; then \
ln -s $(VIMTARGET) vim; \
fi
cd testdir; $(MAKE) -f Makefile $(GUI_TESTTARGET)
VIMPROG=../$(VIMTARGET) $(GUI_TESTARG)
pgpcuJnEldgUg.pgp
Description: PGP signature
