1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (ext): split out the target for extension library.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-10-24 05:22:51 +00:00
parent 8d47e63135
commit 9e1bddfda2
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,6 @@
Fri Oct 24 14:13:16 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Fri Oct 24 14:22:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (ext): split out the target for extension library.
* common.mk (encs): depends on enc and trans.

View file

@ -120,7 +120,8 @@ COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prel
VCS = svn
all: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) encs
all: encs ext
ext: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY)
@$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS)
prog: $(PROGRAM) $(WPROGRAM)