From 8727dce2bf2e88b84ffaeda68e5520feb5c7eae3 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 6 May 2017 14:12:30 +0000 Subject: 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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 > $@ ### -- cgit v1.2.3