mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
71ce60ceb6
commit
2f023c5dba
1 changed files with 2 additions and 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 > $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue