mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (prereq): update the path of prelude.c.
* common.mk (prelude.c): rollback a part of r13675, because it is not documented and causes build error. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4905959e34
commit
a95d19bf59
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
Thu Nov 1 02:12:50 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* common.mk (prereq): update the path of prelude.c.
|
||||
|
||||
* common.mk (prelude.c): rollback a part of r13675, because it is not
|
||||
documented and causes build error.
|
||||
|
||||
Thu Nov 1 01:52:23 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* enum.c (enum_drop): fix typo.
|
||||
|
|
|
@ -628,10 +628,10 @@ incs: $(INSNS) node_name.inc
|
|||
node_name.inc: {$(VPATH)}node.h
|
||||
$(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@
|
||||
|
||||
{$(VPATH)}prelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
|
||||
prelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
|
||||
$(BASERUBY) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
|
||||
|
||||
prereq: incs prelude.c
|
||||
prereq: incs {$(VPATH)}prelude.c
|
||||
|
||||
docs:
|
||||
$(BASERUBY) -I$(srcdir) $(srcdir)/tool/makedocs.rb $(INSNS2VMOPT)
|
||||
|
|
Loading…
Reference in a new issue