From 6f59255747ee930f43e60c223caefd4e037930b7 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Nov 2018 11:45:13 +0000 Subject: Change ASMEXT to s By the default of GNU make, .S is used to be compiled with CC, but we have already used .s as ia64.s, and now coroutine/*/Context.s. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65885 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 1cf0def775..b28a4e4cf1 100644 --- a/common.mk +++ b/common.mk @@ -895,7 +895,7 @@ strstr.$(OBJEXT): {$(VPATH)}strstr.c nt.$(OBJEXT): {$(VPATH)}nt.c ia64.$(OBJEXT): {$(VPATH)}ia64.s $(CC) $(CFLAGS) -c $< -coroutine/amd64/Context.$(OBJEXT): {$(VPATH)}coroutine/amd64/Context.s +coroutine/amd64/Context.$(OBJEXT): {$(VPATH)}coroutine/amd64/Context.$(ASMEXT) coroutine/amd64/Context.$(OBJEXT): coroutine/amd64/.time coroutine/amd64/.time: $(Q) $(MAKEDIRS) $(@D) -- cgit v1.2.3