summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--common.mk2
2 files changed, 2 insertions, 2 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@
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)