summaryrefslogtreecommitdiffstats
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
commite974694c9a33c156c7fe456540467f0a59fa54b3 (patch)
tree780148099e1e62c767ecdfe8a99678d26e0e9ae5 /common.mk
parent128c696c505bfd4ecf0a01bae546bfc720787fc2 (diff)
downloadruby-e974694c9a33c156c7fe456540467f0a59fa54b3.tar.gz
ruby-e974694c9a33c156c7fe456540467f0a59fa54b3.tar.xz
ruby-e974694c9a33c156c7fe456540467f0a59fa54b3.zip
* common.mk (main): makes also encs.
git-svn-id: http://svn.ruby-lang.org/repos/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 dc4846df6..baee68020 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)