mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (top_srcdir): added because lacking this macro causes
build error at r48526. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6ca202fcee
commit
539b39af23
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Nov 21 14:25:40 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (top_srcdir): added because lacking this macro
|
||||
causes build error at r48526.
|
||||
|
||||
Fri Nov 21 12:00:58 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* tool/update-deps (in_makefile): Use FILES_NEED_VPATH and
|
||||
|
|
|
@ -364,6 +364,7 @@ ENCSTATIC = static
|
|||
!endif
|
||||
|
||||
arch_hdrdir = $(EXTOUT)/include/$(arch)
|
||||
top_srcdir = $(srcdir)
|
||||
hdrdir = $(srcdir)/include
|
||||
VPATH = $(arch_hdrdir)/ruby;$(hdrdir)/ruby;$(srcdir);$(srcdir)/enc;$(srcdir)/missing;$(win_srcdir)
|
||||
|
||||
|
|
Loading…
Reference in a new issue