From 1e2b744ed2f8146816fd5b83ba85497456907c18 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Oct 2008 11:55:07 +0000 Subject: [PATCH] * common.mk (exts): renamed to get rid of the existent directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a60c13d32..73e5ba95bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 24 20:54:53 2008 Nobuyoshi Nakada + + * common.mk (exts): renamed to get rid of the existent directory. + Fri Oct 24 20:45:41 2008 Keiju Ishitsuka * ext/mathn/rational.c: change several global functions to static diff --git a/common.mk b/common.mk index af7fd1bc9b..39d9ce8302 100644 --- a/common.mk +++ b/common.mk @@ -120,8 +120,8 @@ COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prel VCS = svn -all: encs ext -ext: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) +all: encs exts +exts: $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) @$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" $(EXTMK_ARGS) prog: $(PROGRAM) $(WPROGRAM)