mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
10 lines
260 B
Text
10 lines
260 B
Text
|
$(OBJS): $(HDRS) $(ruby_headers) \
|
||
|
$(top_srcdir)/vm_core.h \
|
||
|
$(top_srcdir)/node.h \
|
||
|
$(top_srcdir)/vm_debug.h \
|
||
|
$(top_srcdir)/vm_opts.h \
|
||
|
$(top_srcdir)/id.h \
|
||
|
$(top_srcdir)/method.h \
|
||
|
$(top_srcdir)/ruby_atomic.h \
|
||
|
$(top_srcdir)/thread_pthread.h
|