summaryrefslogtreecommitdiff
path: root/ext/dl/depend
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl/depend')
-rw-r--r--ext/dl/depend8
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/dl/depend b/ext/dl/depend
index 7f1c2ecb15..3d62fe3421 100644
--- a/ext/dl/depend
+++ b/ext/dl/depend
@@ -25,9 +25,13 @@ allclean: distclean
$(OBJS): ./dlconfig.h
-sym.o: call.func
+sym.o: dl.h call.func
-dl.o: callback.func cbtable.func
+dl.o: dl.h callback.func cbtable.func
+
+ptr.o: dl.h
+
+handle.o: dl.h
call.func: $(srcdir)/mkcall.rb ./dlconfig.rb
@echo "Generating call.func"