updated for version 7.4.507

Problem:    Building with MingW and Perl.
Solution:   Remove quotes. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2014-11-06 07:03:01 +01:00
committed by Douglas Drumond
parent bf00058a7f
commit 6908df97d1
2 changed files with 4 additions and 2 deletions
+2 -2
View 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
+2
View File
@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
507,
/**/
506,
/**/