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:
parent
07ce51c5aa
commit
73618d84e8
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue