mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: ext/dl/callback no longer exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6840870291
commit
074836aaca
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ INSNS2VMOPT = --srcdir="$(srcdir)"
|
|||
|
||||
srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c {$(VPATH)}newline.c srcs-ext srcs-enc
|
||||
|
||||
EXT_SRCS = $(srcdir)/ext/ripper/ripper.c $(srcdir)/ext/dl/callback/callback.c
|
||||
EXT_SRCS = $(srcdir)/ext/ripper/ripper.c
|
||||
|
||||
srcs-ext: $(EXT_SRCS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue