comparison src/Makefile @ 6143:de35e123e63c v7.4.409

updated for version 7.4.409 Problem: Can't build with Perl on Fedora 20. Solution: Find xsubpp in another directory. (Michael Henry)
author Bram Moolenaar <bram@vim.org>
date Sun, 17 Aug 2014 17:05:44 +0200
parents 18ac55444b37
children adfbffe1e642
comparison
equal deleted inserted replaced
6142:4c08173b8b95 6143:de35e123e63c
2475 .c.o: 2475 .c.o:
2476 $(CCC) $< 2476 $(CCC) $<
2477 2477
2478 auto/if_perl.c: if_perl.xs 2478 auto/if_perl.c: if_perl.xs
2479 $(PERL) -e 'unless ( $$] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@ 2479 $(PERL) -e 'unless ( $$] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@
2480 $(PERL) $(PERLLIB)/ExtUtils/xsubpp -prototypes -typemap \ 2480 $(PERL) $(PERL_XSUBPP) -prototypes -typemap \
2481 $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@ 2481 $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@
2482 2482
2483 auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in 2483 auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in
2484 CC="$(CC) $(OSDEF_CFLAGS)" srcdir=$(srcdir) sh $(srcdir)/osdef.sh 2484 CC="$(CC) $(OSDEF_CFLAGS)" srcdir=$(srcdir) sh $(srcdir)/osdef.sh
2485 2485