summaryrefslogtreecommitdiffstats
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
commit2711fde3db1dabc3bdaab7d499e7a06d386be843 (patch)
tree48f5a7924cc9a102711779f8f93de8a97313e185 /common.mk
parentdc2685fdf50959f74d27845f978c8f0562c7a426 (diff)
downloadruby-2711fde3db1dabc3bdaab7d499e7a06d386be843.tar.gz
ruby-2711fde3db1dabc3bdaab7d499e7a06d386be843.tar.xz
ruby-2711fde3db1dabc3bdaab7d499e7a06d386be843.zip
* common.mk (main): passes $(MAKE) to mkmain_cmd
* ext/extmk.rb (command_output): uses arguments to invoke make. git-svn-id: http://svn.ruby-lang.org/repos/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 3391bca87..0c06ee548 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)