summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:35:47 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:35:47 +0000
commit47aa40cd55fa484b643559a25c27e77e209b5a6c (patch)
tree28ca5708474ac611a16538fc97f0e3b33ceb68f7 /ext
parentb79c8682960eef9d78a9c6e9c34dc966951bf45e (diff)
* 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
Diffstat (limited to 'ext')
-rw-r--r--ext/dl/depend8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/dl/depend b/ext/dl/depend
index 3f05a2f802..fe89a9fae3 100644
--- a/ext/dl/depend
+++ b/ext/dl/depend
@@ -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"