summaryrefslogtreecommitdiff
path: root/trunk/ext/dl/depend
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/dl/depend')
-rw-r--r--trunk/ext/dl/depend11
1 files changed, 0 insertions, 11 deletions
diff --git a/trunk/ext/dl/depend b/trunk/ext/dl/depend
deleted file mode 100644
index fe89a9fae3..0000000000
--- a/trunk/ext/dl/depend
+++ /dev/null
@@ -1,11 +0,0 @@
-cfunc.o: cfunc.c dl.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
-
-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"
- @$(RUBY) $(srcdir)/mkcallback.rb $(srcdir)/dl.h > $@