mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.4.507
Problem: Building with MingW and Perl. Solution: Remove quotes. (Ken Takata)
This commit is contained in:
@@ -132,7 +132,7 @@ XSUBPPTRY=$(PERLLIB)/ExtUtils/xsubpp
|
|||||||
endif
|
endif
|
||||||
XSUBPP_EXISTS=$(shell $(PERLEXE) -e "print 1 unless -e '$(XSUBPPTRY)'")
|
XSUBPP_EXISTS=$(shell $(PERLEXE) -e "print 1 unless -e '$(XSUBPPTRY)'")
|
||||||
ifeq "$(XSUBPP_EXISTS)" ""
|
ifeq "$(XSUBPP_EXISTS)" ""
|
||||||
XSUBPP=$(PERLEXE) "$(XSUBPPTRY)"
|
XSUBPP=$(PERLEXE) $(XSUBPPTRY)
|
||||||
else
|
else
|
||||||
XSUBPP=xsubpp
|
XSUBPP=xsubpp
|
||||||
endif
|
endif
|
||||||
@@ -809,7 +809,7 @@ endif
|
|||||||
|
|
||||||
if_perl.c: if_perl.xs typemap
|
if_perl.c: if_perl.xs typemap
|
||||||
$(XSUBPP) -prototypes -typemap \
|
$(XSUBPP) -prototypes -typemap \
|
||||||
"$(PERLTYPEMAP)" if_perl.xs > $@
|
$(PERLTYPEMAP) if_perl.xs > $@
|
||||||
|
|
||||||
$(OUTDIR)/netbeans.o: netbeans.c $(INCL) $(NBDEBUG_INCL) $(NBDEBUG_SRC)
|
$(OUTDIR)/netbeans.o: netbeans.c $(INCL) $(NBDEBUG_INCL) $(NBDEBUG_SRC)
|
||||||
$(CC) -c $(CFLAGS) netbeans.c -o $(OUTDIR)/netbeans.o
|
$(CC) -c $(CFLAGS) netbeans.c -o $(OUTDIR)/netbeans.o
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
507,
|
||||||
/**/
|
/**/
|
||||||
506,
|
506,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user