diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-28 12:36:23 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-10-28 12:36:23 +0000 |
commit | d3e84880ad66b99260167367f74709535e707eed (patch) | |
tree | e7091ae30945d8904376f1b2b6a55052d5e5ef95 /ext | |
parent | 8f675f0b8976122bdc144b773fa6ee007ba5449f (diff) |
* ext/-test-/file/depend, ext/-test-/postponed_job/depend,
ext/-test-/tracepoint/depend: New files for dependencies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r-- | ext/-test-/file/depend | 2 | ||||
-rw-r--r-- | ext/-test-/postponed_job/depend | 1 | ||||
-rw-r--r-- | ext/-test-/tracepoint/depend | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/ext/-test-/file/depend b/ext/-test-/file/depend new file mode 100644 index 0000000000..7555a235b5 --- /dev/null +++ b/ext/-test-/file/depend @@ -0,0 +1,2 @@ +init.o: $(HDRS) $(ruby_headers) +stat.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/io.h $(hdrdir)/ruby/encoding.h $(hdrdir)/oniguruma.h diff --git a/ext/-test-/postponed_job/depend b/ext/-test-/postponed_job/depend new file mode 100644 index 0000000000..d672e53f00 --- /dev/null +++ b/ext/-test-/postponed_job/depend @@ -0,0 +1 @@ +postponed_job.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h diff --git a/ext/-test-/tracepoint/depend b/ext/-test-/tracepoint/depend new file mode 100644 index 0000000000..8d4e5ab343 --- /dev/null +++ b/ext/-test-/tracepoint/depend @@ -0,0 +1 @@ +tracepoint.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h |