summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-21 10:09:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-21 10:09:21 +0000
commit2f023c5dbaadede9ceac3eb9ac0e73f3050e5ada (patch)
tree96f75d99a357b429a3dc869f371bd5ae5fc2202a /common.mk
parent71ce60ceb62b82596f35ddd62776aa8ef0b6e87a (diff)
Get rid of variable modifiers of BSD make
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index a2d9dcbf71..eafa6bbfae 100644
--- a/common.mk
+++ b/common.mk
@@ -898,8 +898,8 @@ ia64.$(OBJEXT): {$(VPATH)}ia64.s
$(CC) $(CFLAGS) -c $<
.coroutine_obj $(COROUTINE_OBJ): \
{$(VPATH)}$(COROUTINE_H:.h=).$(ASMEXT) \
- $(COROUTINE_H:Context.h=.time)
-$(COROUTINE_H:Context.h=.time):
+ $(COROUTINE_H:/Context.h=/.time)
+$(COROUTINE_H:/Context.h=/.time):
$(Q) $(MAKEDIRS) $(@D)
@exit > $@