mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (main): makes also encs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1796522f10
commit
e0976d1a6d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 16 10:12:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (main): makes also encs.
|
||||
|
||||
Wed Sep 16 06:30:07 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
|
||||
|
||||
* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method
|
||||
|
|
|
@ -126,7 +126,7 @@ COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -I. -rrbconfig $(srcdir)/tool/compile_
|
|||
|
||||
all: encs exts main $(RDOCTARGET)
|
||||
|
||||
main: exts
|
||||
main: encs exts
|
||||
@$(RUNCMD) $(MKMAIN_CMD) $(MAKE)
|
||||
|
||||
exts: $(MKMAIN_CMD)
|
||||
|
|
Loading…
Reference in a new issue