Update dependencies in makefiles again
patch from https://travis-ci.org/ruby/ruby/jobs/638231960
This commit is contained in:
parent
5275d8bf4c
commit
4e6bcac23e
@ -3053,6 +3053,7 @@ numeric.$(OBJEXT): {$(VPATH)}missing.h
|
||||
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
|
||||
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
|
||||
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
|
||||
|
@ -15,8 +15,17 @@ 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/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
|
||||
|
@ -96,6 +96,7 @@ ripper.o: $(top_srcdir)/internal/vm.h
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user