diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 11:55:07 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 11:55:07 +0000 |
commit | 888cbd4fe46d1fa6893b7edde9d0ae5adf3f4dd1 (patch) | |
tree | 6c3f99ff3cf89b9732202827087796afcd2f504e | |
parent | 6d759a70d7d2bdf470b65c9f47a043ab1c074a59 (diff) | |
download | ruby-888cbd4fe46d1fa6893b7edde9d0ae5adf3f4dd1.tar.gz ruby-888cbd4fe46d1fa6893b7edde9d0ae5adf3f4dd1.tar.xz ruby-888cbd4fe46d1fa6893b7edde9d0ae5adf3f4dd1.zip |
* common.mk (exts): renamed to get rid of the existent directory.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | common.mk | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Fri Oct 24 20:54:53 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (exts): renamed to get rid of the existent directory. + Fri Oct 24 20:45:41 2008 Keiju Ishitsuka <keiju@ruby-lang.org> * ext/mathn/rational.c: change several global functions to static @@ -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) |