зеркало из https://github.com/github/ruby.git
* common.mk: version.o depends on $(srcdir)/include/ruby/version.h
instead of {$(VPATH)}version.h to avoid confusion by VPATH between top level version.h and include/ruby/version.h for build in-place. [ruby-dev:47249] [Bug #8256] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2674f9a815
Коммит
3da834800e
|
@ -1,3 +1,10 @@
|
|||
Fri Apr 12 18:29:42 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk: version.o depends on $(srcdir)/include/ruby/version.h
|
||||
instead of {$(VPATH)}version.h to avoid confusion by VPATH between
|
||||
top level version.h and include/ruby/version.h for build in-place.
|
||||
[ruby-dev:47249] [Bug #8256]
|
||||
|
||||
Fri Apr 12 15:21:24 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm_insnhelper.c (vm_callee_setup_keyword_arg): non-symbol key is not
|
||||
|
|
|
@ -763,7 +763,7 @@ variable.$(OBJEXT): {$(VPATH)}variable.c $(RUBY_H_INCLUDES) \
|
|||
{$(VPATH)}node.h {$(VPATH)}util.h {$(VPATH)}encoding.h \
|
||||
{$(VPATH)}oniguruma.h {$(VPATH)}internal.h {$(VPATH)}constant.h
|
||||
version.$(OBJEXT): {$(VPATH)}version.c $(RUBY_H_INCLUDES) \
|
||||
{$(VPATH)}version.h $(srcdir)/version.h $(srcdir)/revision.h {$(VPATH)}config.h \
|
||||
$(srcdir)/include/ruby/version.h $(srcdir)/version.h $(srcdir)/revision.h {$(VPATH)}config.h \
|
||||
verconf.h
|
||||
dmyversion.$(OBJEXT): {$(VPATH)}dmyversion.c version.$(OBJEXT)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче