commit | 1a14c2ccd112d905077daaeae7a234aaa396a088 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 21:52:34 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 25 21:52:34 2006 +0000 |
tree | 7d42708a715a050ab51f4b6178a996b4eeb39a51 | |
parent | c17ef8ef36734dfe92fe31d7f70da9c373f64e48 [diff] [blame] |
updated for version 7.0b01
diff --git a/src/Makefile b/src/Makefile index 86291b6..0274214 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -1708,7 +1708,7 @@ # 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)