summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 05:53:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 05:53:18 +0000
commit91c9a4becb625e10011e82e74d1be22835dda775 (patch)
tree48f5a7924cc9a102711779f8f93de8a97313e185 /common.mk
parent8dba4cdf88afe060be1ae5397dbcb002a0db5080 (diff)
* common.mk (main): passes $(MAKE) to mkmain_cmd
* ext/extmk.rb (command_output): uses arguments to invoke make. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22715 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 3391bca878..0c06ee548a 100644
--- a/common.mk
+++ b/common.mk
@@ -125,7 +125,7 @@ COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prel
all: encs exts main
main: exts
- @$(RUNCMD) $(MKMAIN_CMD) MAKE=$(MAKE)
+ @$(RUNCMD) $(MKMAIN_CMD) $(MAKE)
exts: $(MKMAIN_CMD)