summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-25 21:52:34 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-25 21:52:34 +0000
commit1a14c2ccd112d905077daaeae7a234aaa396a088 (patch)
tree7d42708a715a050ab51f4b6178a996b4eeb39a51 /src/Makefile
parentc17ef8ef36734dfe92fe31d7f70da9c373f64e48 (diff)
updated for version 7.0b01
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 86291b647e..027421431b 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)