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 | 1e2b744ed2f8146816fd5b83ba85497456907c18 (patch) | |
tree | 6c3f99ff3cf89b9732202827087796afcd2f504e /common.mk | |
parent | 18bf43f6e764b435664581b6d616a280a8041c9a (diff) | |
download | ruby-1e2b744ed2f8146816fd5b83ba85497456907c18.tar.gz |
* 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
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |