1
0
forked from aniani/vim

updated for version 7.0b01

This commit is contained in:
Bram Moolenaar
2006-03-25 21:52:34 +00:00
parent c17ef8ef36
commit 1a14c2ccd1
5 changed files with 64 additions and 61 deletions

View File

@@ -168,7 +168,7 @@ vim.cfg: Make_bc3.mak
-Iproto
-I$(INCLUDEPATH)
-L$(LIBPATH)
-DMSDOS$(SPAWND)
-DMSDOS;FEAT_TINY$(SPAWND)
| vim.cfg
test:

View File

@@ -1708,7 +1708,7 @@ types.vim: $(TAGS_SRC) $(TAGS_INCL)
#
test check:
$(MAKE) -f Makefile $(VIMTARGET)
-@if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
-if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
cd $(PODIR); $(MAKE) -f Makefile check VIM=../$(VIMTARGET); \
fi
cd testdir; $(MAKE) -f Makefile $(GUI_TESTTARGET) VIMPROG=../$(VIMTARGET) $(GUI_TESTARG)