Skip to content

Commit

Permalink
Use VIM_SUBDIR. Fixes build on systems without /bin/csh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Mar 14, 2017
1 parent 288d3dd commit b14f734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editors/vim-share/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.156 2017/01/19 09:54:56 markd Exp $
# $NetBSD: Makefile.common,v 1.157 2017/03/14 15:15:08 jperkin Exp $

# used by editors/vim/Makefile
# used by editors/vim-gtk2/Makefile
Expand Down Expand Up @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes
USE_LANGUAGES+= c99

# http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38710
CHECK_INTERPRETER_SKIP= share/vim/vim74/tools/vim132
CHECK_INTERPRETER_SKIP= share/vim/${VIM_SUBDIR}/tools/vim132

.include "options.mk"

Expand Down

0 comments on commit b14f734

Please sign in to comment.