summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-16 01:12:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-16 01:12:58 +0000
commite0976d1a6d3b6ce7c24d66831124e0a166d34de5 (patch)
tree780148099e1e62c767ecdfe8a99678d26e0e9ae5 /common.mk
parent1796522f10e4bee3db8df77fa66f749084592285 (diff)
* common.mk (main): makes also encs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index dc4846df64..baee680205 100644
--- a/common.mk
+++ b/common.mk
@@ -126,7 +126,7 @@ COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -I. -rrbconfig $(srcdir)/tool/compile_
all: encs exts main $(RDOCTARGET)
-main: exts
+main: encs exts
@$(RUNCMD) $(MKMAIN_CMD) $(MAKE)
exts: $(MKMAIN_CMD)