| diff -up vim73/src/Makefile.xsubpp vim73/src/Makefile |
| |
| |
| @@ -2416,7 +2416,7 @@ lintinstall: |
| |
| auto/if_perl.c: if_perl.xs |
| $(PERL) -e 'unless ( $$] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$$_ $$_\n" }}' > $@ |
| - $(PERL) $(PERLLIB)/ExtUtils/xsubpp -prototypes -typemap \ |
| + $(PERL) $(PERLLIB)/vendor_perl/ExtUtils/xsubpp -prototypes -typemap \ |
| $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@ |
| |
| auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in |