summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-17 17:05:44 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-17 17:05:44 +0200
commitd5f62b14e1d70f23866e613449ca71ac0b903e0f (patch)
tree3168d58cf5ba63c417532e034ff83ea590bc119f /src/Makefile
parent2a5868ab1ec14668aa7499477c57895064766eff (diff)
downloadvim-git-d5f62b14e1d70f23866e613449ca71ac0b903e0f.tar.gz
updated for version 7.4.409v7.4.409
Problem: Can't build with Perl on Fedora 20. Solution: Find xsubpp in another directory. (Michael Henry)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 772b15c7d..64691a39b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2477,7 +2477,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) $(PERL_XSUBPP) -prototypes -typemap \
$(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@
auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in