Update dependencies in makefiles
patch from https://travis-ci.org/ruby/ruby/jobs/638226493
This commit is contained in:
parent
07ce51c5aa
commit
73618d84e8
@ -3927,6 +3927,7 @@ time.$(OBJEXT): $(top_srcdir)/internal/bits.h
|
|||||||
time.$(OBJEXT): $(top_srcdir)/internal/compar.h
|
time.$(OBJEXT): $(top_srcdir)/internal/compar.h
|
||||||
time.$(OBJEXT): $(top_srcdir)/internal/compilers.h
|
time.$(OBJEXT): $(top_srcdir)/internal/compilers.h
|
||||||
time.$(OBJEXT): $(top_srcdir)/internal/fixnum.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/numeric.h
|
||||||
time.$(OBJEXT): $(top_srcdir)/internal/rational.h
|
time.$(OBJEXT): $(top_srcdir)/internal/rational.h
|
||||||
time.$(OBJEXT): $(top_srcdir)/internal/serial.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/st.h
|
||||||
rat.o: $(hdrdir)/ruby/subst.h
|
rat.o: $(hdrdir)/ruby/subst.h
|
||||||
rat.o: $(top_srcdir)/internal.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: $(top_srcdir)/internal/rational.h
|
||||||
rat.o: rat.c
|
rat.o: rat.c
|
||||||
# AUTOGENERATED DEPENDENCIES END
|
# AUTOGENERATED DEPENDENCIES END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user