From 36b49a104c355c5a3bc4eb2f9ece14432e829cb2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Oct 2008 05:22:51 +0000 Subject: * common.mk (ext): split out the target for extension library. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- common.mk | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd0296eea..c08ae1614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Fri Oct 24 14:13:16 2008 Nobuyoshi Nakada +Fri Oct 24 14:22:48 2008 Nobuyoshi Nakada + + * common.mk (ext): split out the target for extension library. * common.mk (encs): depends on enc and trans. diff --git a/common.mk b/common.mk index 41965b7b8..af7fd1bc9 100644 --- a/common.mk +++ b/common.mk @@ -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) -- cgit