diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-14 13:06:22 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-14 17:58:03 +0900 |
commit | 715955ff27206351dcf509eb3c60e0927ad9a708 (patch) | |
tree | c6d3f472b13d523a96da783fb9f1f848ae56bc60 /ext/-test-/tracepoint | |
parent | db64093f512d93eb300131f52b7ddbd2d11f0aec (diff) |
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Diffstat (limited to 'ext/-test-/tracepoint')
-rw-r--r-- | ext/-test-/tracepoint/depend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/-test-/tracepoint/depend b/ext/-test-/tracepoint/depend index 5b2b2f7369..b811df4472 100644 --- a/ext/-test-/tracepoint/depend +++ b/ext/-test-/tracepoint/depend @@ -1,6 +1,7 @@ # AUTOGENERATED DEPENDENCIES START gc_hook.o: $(RUBY_EXTCONF_H) gc_hook.o: $(arch_hdrdir)/ruby/config.h +gc_hook.o: $(hdrdir)/ruby/assert.h gc_hook.o: $(hdrdir)/ruby/backward.h gc_hook.o: $(hdrdir)/ruby/debug.h gc_hook.o: $(hdrdir)/ruby/defines.h @@ -12,6 +13,7 @@ gc_hook.o: $(hdrdir)/ruby/subst.h gc_hook.o: gc_hook.c tracepoint.o: $(RUBY_EXTCONF_H) tracepoint.o: $(arch_hdrdir)/ruby/config.h +tracepoint.o: $(hdrdir)/ruby/assert.h tracepoint.o: $(hdrdir)/ruby/backward.h tracepoint.o: $(hdrdir)/ruby/debug.h tracepoint.o: $(hdrdir)/ruby/defines.h |