mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update dependencies
internal/rational.h needs internal/warnings.h with Apple clang, for `UNALIGNED_MEMBER_ACCESS`.
This commit is contained in:
parent
4e6bcac23e
commit
f9788ca7fe
2 changed files with 2 additions and 0 deletions
|
@ -3939,6 +3939,7 @@ time.$(OBJEXT): $(top_srcdir)/internal/string.h
|
|||
time.$(OBJEXT): $(top_srcdir)/internal/time.h
|
||||
time.$(OBJEXT): $(top_srcdir)/internal/variable.h
|
||||
time.$(OBJEXT): $(top_srcdir)/internal/vm.h
|
||||
time.$(OBJEXT): $(top_srcdir)/internal/warnings.h
|
||||
time.$(OBJEXT): {$(VPATH)}assert.h
|
||||
time.$(OBJEXT): {$(VPATH)}config.h
|
||||
time.$(OBJEXT): {$(VPATH)}constant.h
|
||||
|
|
|
@ -26,6 +26,7 @@ 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)/internal/warnings.h
|
||||
rat.o: $(top_srcdir)/ruby_assert.h
|
||||
rat.o: rat.c
|
||||
# AUTOGENERATED DEPENDENCIES END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue