diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-21 10:09:21 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-21 10:09:21 +0000 |
commit | 2f023c5dbaadede9ceac3eb9ac0e73f3050e5ada (patch) | |
tree | 96f75d99a357b429a3dc869f371bd5ae5fc2202a | |
parent | 71ce60ceb62b82596f35ddd62776aa8ef0b6e87a (diff) | |
download | ruby-2f023c5dbaadede9ceac3eb9ac0e73f3050e5ada.tar.gz |
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
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 > $@ |