aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-06 14:12:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-06 14:12:30 +0000
commit5349db250eebb5ac072654064921299a644f7a6f (patch)
treed9832de5f90b3d2f11f1757bb67173ce6a556ef0 /common.mk
parent4047d1e3c4570e1c46ec81ae97c154d185362d63 (diff)
downloadruby-5349db250eebb5ac072654064921299a644f7a6f.tar.gz
fix up r58573
* common.mk: make the directory for extension shared library with the timestamp directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58583 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 7835f1cdef..55529a18e7 100644
--- a/common.mk
+++ b/common.mk
@@ -773,7 +773,7 @@ $(ENC_TRANS_D):
@exit > $@
$(TIMESTAMPDIR)/$(arch)/.time:
- $(Q)$(MAKEDIRS) $(@D)
+ $(Q)$(MAKEDIRS) $(@D) $(EXTOUT)/$(arch)
@exit > $@
###