[前][次][番号順一覧][スレッド一覧]

ruby-changes:59723

From: Kazuhiro <ko1@a...>
Date: Fri, 17 Jan 2020 11:36:17 +0900 (JST)
Subject: [ruby-changes:59723] 4e6bcac23e (master): Update dependencies in makefiles again

https://git.ruby-lang.org/ruby.git/commit/?id=4e6bcac23e

From 4e6bcac23e927bb0ede0935d62491b6c32cbc621 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 17 Jan 2020 11:19:01 +0900
Subject: Update dependencies in makefiles again

patch from https://travis-ci.org/ruby/ruby/jobs/638231960

diff --git a/common.mk b/common.mk
index d1e43b4..60ebf83 100644
--- a/common.mk
+++ b/common.mk
@@ -3053,6 +3053,7 @@ numeric.$(OBJEXT): {$(VPATH)}missing.h https://github.com/ruby/ruby/blob/trunk/common.mk#L3053
 numeric.$(OBJEXT): {$(VPATH)}numeric.c
 numeric.$(OBJEXT): {$(VPATH)}onigmo.h
 numeric.$(OBJEXT): {$(VPATH)}oniguruma.h
+numeric.$(OBJEXT): {$(VPATH)}ruby_assert.h
 numeric.$(OBJEXT): {$(VPATH)}st.h
 numeric.$(OBJEXT): {$(VPATH)}subst.h
 numeric.$(OBJEXT): {$(VPATH)}util.h
@@ -3175,6 +3176,7 @@ parse.$(OBJEXT): {$(VPATH)}probes.dmyh https://github.com/ruby/ruby/blob/trunk/common.mk#L3176
 parse.$(OBJEXT): {$(VPATH)}probes.h
 parse.$(OBJEXT): {$(VPATH)}regenc.h
 parse.$(OBJEXT): {$(VPATH)}regex.h
+parse.$(OBJEXT): {$(VPATH)}ruby_assert.h
 parse.$(OBJEXT): {$(VPATH)}st.h
 parse.$(OBJEXT): {$(VPATH)}subst.h
 parse.$(OBJEXT): {$(VPATH)}symbol.h
@@ -3949,6 +3951,7 @@ time.$(OBJEXT): {$(VPATH)}internal.h https://github.com/ruby/ruby/blob/trunk/common.mk#L3951
 time.$(OBJEXT): {$(VPATH)}missing.h
 time.$(OBJEXT): {$(VPATH)}onigmo.h
 time.$(OBJEXT): {$(VPATH)}oniguruma.h
+time.$(OBJEXT): {$(VPATH)}ruby_assert.h
 time.$(OBJEXT): {$(VPATH)}st.h
 time.$(OBJEXT): {$(VPATH)}subst.h
 time.$(OBJEXT): {$(VPATH)}time.c
diff --git a/ext/-test-/rational/depend b/ext/-test-/rational/depend
index 72e908f..8cbac9a 100644
--- a/ext/-test-/rational/depend
+++ b/ext/-test-/rational/depend
@@ -15,8 +15,17 @@ 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/bignum.h
+rat.o: $(top_srcdir)/internal/bits.h
 rat.o: $(top_srcdir)/internal/compilers.h
+rat.o: $(top_srcdir)/internal/fixnum.h
 rat.o: $(top_srcdir)/internal/gc.h
+rat.o: $(top_srcdir)/internal/numeric.h
 rat.o: $(top_srcdir)/internal/rational.h
+rat.o: $(top_srcdir)/internal/serial.h
+rat.o: $(top_srcdir)/internal/static_assert.h
+rat.o: $(top_srcdir)/internal/stdbool.h
+rat.o: $(top_srcdir)/internal/vm.h
+rat.o: $(top_srcdir)/ruby_assert.h
 rat.o: rat.c
 # AUTOGENERATED DEPENDENCIES END
diff --git a/ext/ripper/depend b/ext/ripper/depend
index 851af73..f1fbeaf 100644
--- a/ext/ripper/depend
+++ b/ext/ripper/depend
@@ -96,6 +96,7 @@ ripper.o: $(top_srcdir)/internal/vm.h https://github.com/ruby/ruby/blob/trunk/ext/ripper/depend#L96
 ripper.o: $(top_srcdir)/internal/warnings.h
 ripper.o: $(top_srcdir)/node.h
 ripper.o: $(top_srcdir)/regenc.h
+ripper.o: $(top_srcdir)/ruby_assert.h
 ripper.o: $(top_srcdir)/symbol.h
 ripper.o: ../../probes.h
 ripper.o: eventids2.c
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]