]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.507 v7.4.507
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Nov 2014 09:03:01 +0000 (10:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Nov 2014 09:03:01 +0000 (10:03 +0100)
Problem:    Building with MingW and Perl.
Solution:   Remove quotes. (Ken Takata)

src/Make_cyg_ming.mak
src/version.c

index e4764c52bfb20d5ce31deeb403997d4f777e40d5..455750e33b74701d69c2f1ca06cb2f61c98ed3c8 100644 (file)
@@ -132,7 +132,7 @@ XSUBPPTRY=$(PERLLIB)/ExtUtils/xsubpp
 endif
 XSUBPP_EXISTS=$(shell $(PERLEXE) -e "print 1 unless -e '$(XSUBPPTRY)'")
 ifeq "$(XSUBPP_EXISTS)" ""
-XSUBPP=$(PERLEXE) "$(XSUBPPTRY)"
+XSUBPP=$(PERLEXE) $(XSUBPPTRY)
 else
 XSUBPP=xsubpp
 endif
@@ -809,7 +809,7 @@ endif
 
 if_perl.c: if_perl.xs typemap
        $(XSUBPP) -prototypes -typemap \
-            "$(PERLTYPEMAP)" if_perl.xs > $@
+            $(PERLTYPEMAP) if_perl.xs > $@
 
 $(OUTDIR)/netbeans.o:  netbeans.c $(INCL) $(NBDEBUG_INCL) $(NBDEBUG_SRC)
        $(CC) -c $(CFLAGS) netbeans.c -o $(OUTDIR)/netbeans.o
index deaa7b556d8bace05a9cc617d6ac6b42195c769d..329bcd2aa8498d9c94ba8cd77e9e3aa95b62dd63 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    507,
 /**/
     506,
 /**/