mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/dl/depend: add dependencies. [ruby-dev:32760]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b79c868296
commit
47aa40cd55
2 changed files with 8 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
cfunc.o: cfunc.c dl.h
|
||||
cfunc.o: cfunc.c dl.h $(hdrdir)/ruby.h
|
||||
|
||||
cptr.o: cptr.c dl.h
|
||||
cptr.o: cptr.c dl.h $(hdrdir)/ruby.h $(hdrdir)/io.h
|
||||
|
||||
handle.o: handle.c dl.h
|
||||
handle.o: handle.c dl.h $(hdrdir)/ruby.h
|
||||
|
||||
dl.o: dl.c dl.h callback.h
|
||||
dl.o: dl.c dl.h callback.h $(hdrdir)/ruby.h $(hdrdir)/io.h
|
||||
|
||||
callback.h: $(srcdir)/mkcallback.rb dl.h
|
||||
@echo "generating callback.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue