commit | 52f83179267c7c61cbad474abf7e71d055f0710f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 19:01:42 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 19:01:42 2011 +0200 |
tree | 92789244b8ffe240882660fcdb53bed19b8c48f0 | |
parent | 314ed4b21ab330e9580f4963feba8c283cb84da1 [diff] [blame] |
updated for version 7.3.314 Problem: Missing parenthesis. Solution: Add it. (Benjamin R. Haskell)
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index e3aba82..b103bdd 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak
@@ -785,7 +785,7 @@ PERL_INC = /I $(PERL_INCDIR) PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj XSUBPP = $(PERL)\lib\ExtUtils\xsubpp -!if exist($(XSUBPP) +!if exist($(XSUBPP)) XSUBPP = $(PERL_EXE) $(XSUBPP) !else XSUBPP = xsubpp