diff options
Diffstat (limited to 'ext/io')
-rw-r--r-- | ext/io/console/depend | 4 | ||||
-rw-r--r-- | ext/io/nonblock/depend | 4 | ||||
-rw-r--r-- | ext/io/wait/depend | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/ext/io/console/depend b/ext/io/console/depend new file mode 100644 index 0000000000..e786dc71d2 --- /dev/null +++ b/ext/io/console/depend @@ -0,0 +1,4 @@ +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h diff --git a/ext/io/nonblock/depend b/ext/io/nonblock/depend new file mode 100644 index 0000000000..e786dc71d2 --- /dev/null +++ b/ext/io/nonblock/depend @@ -0,0 +1,4 @@ +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h diff --git a/ext/io/wait/depend b/ext/io/wait/depend new file mode 100644 index 0000000000..e786dc71d2 --- /dev/null +++ b/ext/io/wait/depend @@ -0,0 +1,4 @@ +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h |