aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
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 /Makefile.in
parent51af9bac69c35f978124bbd90064c72c3fdd5e50 (diff)
downloadruby-6f59255747ee930f43e60c223caefd4e037930b7.tar.gz
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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c738d9925a..005732b591 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -210,7 +210,7 @@ DTRACE_REBUILD= @DTRACE_REBUILD@
DTRACE_GLOMMED_OBJ = $(DTRACE_REBUILD:yes=ruby-glommed.$(OBJEXT))
OBJEXT = @OBJEXT@
-ASMEXT = S
+ASMEXT = s
SOEXT = @SOEXT@
DLEXT = @DLEXT@
MANTYPE = @MANTYPE@