summaryrefslogtreecommitdiff
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
commit8727dce2bf2e88b84ffaeda68e5520feb5c7eae3 (patch)
treed9832de5f90b3d2f11f1757bb67173ce6a556ef0 /common.mk
parent4b5a2b527260338842bf25440e9cabc7e531ade4 (diff)
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 > $@
###