summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-10 02:03:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-10 02:03:01 +0000
commit3ba7984ef4dfc88c7a764a24dd50aad026a7b56d (patch)
tree8ce237d1681a361b2847493d4c5c9e4b7aabfb43 /common.mk
parent50c241002a8d26d6e5ad376e286c1dff4471df10 (diff)
* common.mk (extconf): use MAKEDIRS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18466 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 5b9f271c14..79ebf92c1d 100644
--- a/common.mk
+++ b/common.mk
@@ -368,7 +368,7 @@ test-all:
$(RUNRUBY) "$(srcdir)/test/runner.rb" --basedir="$(TESTSDIR)" --runner=$(TESTUI) $(TESTS)
extconf: $(PREP)
- $(MINIRUBY) -run -e mkdir -- -p "$(EXTCONFDIR)"
+ $(MAKEDIRS) "$(EXTCONFDIR)"
$(RUNRUBY) -C "$(EXTCONFDIR)" $(EXTCONF) $(EXTCONFARGS)
$(RBCONFIG): $(srcdir)/mkconfig.rb config.status $(PREP)