1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update dependencies in makefiles

patch from https://travis-ci.org/ruby/ruby/jobs/638226493
This commit is contained in:
Kazuhiro NISHIYAMA 2020-01-17 10:25:00 +09:00
parent 07ce51c5aa
commit 73618d84e8
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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