From 73618d84e807b4157e0ba44e9a09e4c643de6c2c Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 17 Jan 2020 10:25:00 +0900 Subject: [PATCH] Update dependencies in makefiles patch from https://travis-ci.org/ruby/ruby/jobs/638226493 --- common.mk | 1 + ext/-test-/rational/depend | 2 ++ 2 files changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 9c9624f19c..d1e43b445b 100644 --- a/common.mk +++ b/common.mk @@ -3927,6 +3927,7 @@ time.$(OBJEXT): $(top_srcdir)/internal/bits.h time.$(OBJEXT): $(top_srcdir)/internal/compar.h time.$(OBJEXT): $(top_srcdir)/internal/compilers.h time.$(OBJEXT): $(top_srcdir)/internal/fixnum.h +time.$(OBJEXT): $(top_srcdir)/internal/gc.h time.$(OBJEXT): $(top_srcdir)/internal/numeric.h time.$(OBJEXT): $(top_srcdir)/internal/rational.h time.$(OBJEXT): $(top_srcdir)/internal/serial.h diff --git a/ext/-test-/rational/depend b/ext/-test-/rational/depend index d5bf1b554e..72e908f46f 100644 --- a/ext/-test-/rational/depend +++ b/ext/-test-/rational/depend @@ -15,6 +15,8 @@ rat.o: $(hdrdir)/ruby/ruby.h rat.o: $(hdrdir)/ruby/st.h rat.o: $(hdrdir)/ruby/subst.h rat.o: $(top_srcdir)/internal.h +rat.o: $(top_srcdir)/internal/compilers.h +rat.o: $(top_srcdir)/internal/gc.h rat.o: $(top_srcdir)/internal/rational.h rat.o: rat.c # AUTOGENERATED DEPENDENCIES END