mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mkmf.rb: remove extra topdir in VPATH
* lib/mkmf.rb: remove extra topdir in VPATH, which was in win32/Makefile.sub for some reason and moved from there. [ruby-dev:46998] [Bug #7864] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
17b898e182
commit
1264600d5c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Sun Feb 17 17:23:22 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb: remove extra topdir in VPATH, which was in
|
||||
win32/Makefile.sub for some reason and moved from there.
|
||||
[ruby-dev:46998] [Bug #7864]
|
||||
|
||||
Sun Feb 17 16:57:41 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (unexpand_shvar): regularize a shell variable by
|
||||
|
|
|
@ -2344,7 +2344,7 @@ site-install-rb: install-rb
|
|||
$LIBPATH = []
|
||||
$INSTALLFILES = []
|
||||
$NONINSTALLFILES = [/~\z/, /\A#.*#\z/, /\A\.#/, /\.bak\z/i, /\.orig\z/, /\.rej\z/, /\.l[ao]\z/, /\.o\z/]
|
||||
$VPATH = %w[$(srcdir) $(topdir) $(arch_hdrdir)/ruby $(hdrdir)/ruby]
|
||||
$VPATH = %w[$(srcdir) $(arch_hdrdir)/ruby $(hdrdir)/ruby]
|
||||
|
||||
$objs = nil
|
||||
$srcs = nil
|
||||
|
|
Loading…
Reference in a new issue