mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/dl/depend: updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
676cf9b527
commit
6840870291
1 changed files with 6 additions and 0 deletions
|
@ -1,7 +1,13 @@
|
|||
cfunc.o: cfunc.c dl.h $(hdrdir)/ruby.h
|
||||
|
||||
closure.o: closure.c dl.h dl_conversions.h $(hdrdir)/ruby.h
|
||||
|
||||
cptr.o: cptr.c dl.h $(hdrdir)/ruby.h $(hdrdir)/io.h
|
||||
|
||||
handle.o: handle.c dl.h $(hdrdir)/ruby.h
|
||||
|
||||
method.o: method.c dl.h dl_conversions.h $(hdrdir)/ruby.h
|
||||
|
||||
dl.o: dl.c dl.h $(hdrdir)/ruby.h $(hdrdir)/io.h
|
||||
|
||||
dl_conversions.o: dl_conversions.c dl_conversions.h
|
||||
|
|
Loading…
Reference in a new issue