From 715955ff27206351dcf509eb3c60e0927ad9a708 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 14 Jul 2019 13:06:22 +0900 Subject: Include ruby/assert.h in ruby/ruby.h so that assertions can be there --- ext/-test-/integer/depend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/-test-/integer') diff --git a/ext/-test-/integer/depend b/ext/-test-/integer/depend index 6e0a60cf0e..abd612ada8 100644 --- a/ext/-test-/integer/depend +++ b/ext/-test-/integer/depend @@ -2,6 +2,7 @@ core_ext.o: $(RUBY_EXTCONF_H) core_ext.o: $(arch_hdrdir)/ruby/config.h core_ext.o: $(hdrdir)/ruby.h +core_ext.o: $(hdrdir)/ruby/assert.h core_ext.o: $(hdrdir)/ruby/backward.h core_ext.o: $(hdrdir)/ruby/defines.h core_ext.o: $(hdrdir)/ruby/encoding.h @@ -18,6 +19,7 @@ core_ext.o: core_ext.c init.o: $(RUBY_EXTCONF_H) init.o: $(arch_hdrdir)/ruby/config.h init.o: $(hdrdir)/ruby.h +init.o: $(hdrdir)/ruby/assert.h init.o: $(hdrdir)/ruby/backward.h init.o: $(hdrdir)/ruby/defines.h init.o: $(hdrdir)/ruby/intern.h @@ -29,6 +31,7 @@ init.o: init.c my_integer.o: $(RUBY_EXTCONF_H) my_integer.o: $(arch_hdrdir)/ruby/config.h my_integer.o: $(hdrdir)/ruby.h +my_integer.o: $(hdrdir)/ruby/assert.h my_integer.o: $(hdrdir)/ruby/backward.h my_integer.o: $(hdrdir)/ruby/defines.h my_integer.o: $(hdrdir)/ruby/intern.h -- cgit v1.2.3