ruby-changes:59721
From: Kazuhiro <ko1@a...>
Date: Fri, 17 Jan 2020 10:36:15 +0900 (JST)
Subject: [ruby-changes:59721] 73618d84e8 (master): Update dependencies in makefiles
https://git.ruby-lang.org/ruby.git/commit/?id=73618d84e8 From 73618d84e807b4157e0ba44e9a09e4c643de6c2c Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Fri, 17 Jan 2020 10:25:00 +0900 Subject: Update dependencies in makefiles patch from https://travis-ci.org/ruby/ruby/jobs/638226493 diff --git a/common.mk b/common.mk index 9c9624f..d1e43b4 100644 --- a/common.mk +++ b/common.mk @@ -3927,6 +3927,7 @@ time.$(OBJEXT): $(top_srcdir)/internal/bits.h https://github.com/ruby/ruby/blob/trunk/common.mk#L3927 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 d5bf1b5..72e908f 100644 --- a/ext/-test-/rational/depend +++ b/ext/-test-/rational/depend @@ -15,6 +15,8 @@ rat.o: $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/ext/-test-/rational/depend#L15 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/