From 973bcc59534eea5e67a7d08a4d827805b6afc38d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Nov 2018 10:29:03 +0000 Subject: Fix typo and make directory * common.mk (coroutine/amd64/Context.$(OBJEXT)): fix a typo, $(OBJECT). * common.mk (coroutine/amd64): recipe to make object directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 7a00667b32..1cf0def775 100644 --- a/common.mk +++ b/common.mk @@ -852,7 +852,7 @@ exe/$(PROGRAM): ruby-runner.c ruby-runner.h exe/.time miniruby$(EXEEXT) {$(VPATH $(@F) $(@D) exe/.time: - $(Q) $(MAKEDIRS) exe $(@D) + $(Q) $(MAKEDIRS) $(@D) @exit > $@ $(BUILTIN_ENCOBJS) $(BUILTIN_TRANSOBJS): $(ENC_TRANS_D) @@ -895,7 +895,11 @@ strstr.$(OBJEXT): {$(VPATH)}strstr.c nt.$(OBJEXT): {$(VPATH)}nt.c ia64.$(OBJEXT): {$(VPATH)}ia64.s $(CC) $(CFLAGS) -c $< -coroutine/amd64/Context.$(OBJECT): {$(VPATH)}coroutine/amd64/Context.s +coroutine/amd64/Context.$(OBJEXT): {$(VPATH)}coroutine/amd64/Context.s +coroutine/amd64/Context.$(OBJEXT): coroutine/amd64/.time +coroutine/amd64/.time: + $(Q) $(MAKEDIRS) $(@D) + @exit > $@ ### -- cgit v1.2.3