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,3 +1,7 @@
|
||||||
|
Tue Dec 25 16:34:58 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/dl/depend: add dependencies. [ruby-dev:32760]
|
||||||
|
|
||||||
Tue Dec 25 16:26:48 2007 Koichi Sasada <ko1@atdot.net>
|
Tue Dec 25 16:26:48 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to
|
* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to
|
||||||
|
|
|
@ -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
|
callback.h: $(srcdir)/mkcallback.rb dl.h
|
||||||
@echo "generating callback.h"
|
@echo "generating callback.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue