summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 11:45:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 11:45:13 +0000
commit6f59255747ee930f43e60c223caefd4e037930b7 (patch)
tree10a8d2571497049aba9fe3f69251d0c9c42fbfd4 /common.mk
parent51af9bac69c35f978124bbd90064c72c3fdd5e50 (diff)
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
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 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)