Skip to content

Commit

Permalink
Update dependencies in makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Jan 17, 2020
1 parent 07ce51c commit 73618d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions common.mk
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions ext/-test-/rational/depend
Expand Up @@ -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

0 comments on commit 73618d8

Please sign in to comment.