diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-25 21:52:34 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-25 21:52:34 +0000 |
commit | 1a14c2ccd112d905077daaeae7a234aaa396a088 (patch) | |
tree | 7d42708a715a050ab51f4b6178a996b4eeb39a51 /src/Makefile | |
parent | c17ef8ef36734dfe92fe31d7f70da9c373f64e48 (diff) | |
download | vim-git-1a14c2ccd112d905077daaeae7a234aaa396a088.tar.gz |
updated for version 7.0b01
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 86291b647..027421431 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) |