mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: add dependencies
* common.mk: add dependencies of compile.o for r52949. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
825bcc36ee
commit
d93dcddd87
1 changed files with 3 additions and 0 deletions
|
@ -1185,7 +1185,9 @@ compile.$(OBJEXT): $(top_srcdir)/include/ruby.h
|
|||
compile.$(OBJEXT): {$(VPATH)}compile.c
|
||||
compile.$(OBJEXT): {$(VPATH)}config.h
|
||||
compile.$(OBJEXT): {$(VPATH)}defines.h
|
||||
compile.$(OBJEXT): {$(VPATH)}encindex.h
|
||||
compile.$(OBJEXT): {$(VPATH)}encoding.h
|
||||
compile.$(OBJEXT): {$(VPATH)}gc.h
|
||||
compile.$(OBJEXT): {$(VPATH)}id.h
|
||||
compile.$(OBJEXT): {$(VPATH)}insns.inc
|
||||
compile.$(OBJEXT): {$(VPATH)}insns_info.inc
|
||||
|
@ -1198,6 +1200,7 @@ compile.$(OBJEXT): {$(VPATH)}missing.h
|
|||
compile.$(OBJEXT): {$(VPATH)}node.h
|
||||
compile.$(OBJEXT): {$(VPATH)}oniguruma.h
|
||||
compile.$(OBJEXT): {$(VPATH)}optinsn.inc
|
||||
compile.$(OBJEXT): {$(VPATH)}re.h
|
||||
compile.$(OBJEXT): {$(VPATH)}ruby_atomic.h
|
||||
compile.$(OBJEXT): {$(VPATH)}st.h
|
||||
compile.$(OBJEXT): {$(VPATH)}subst.h
|
||||
|
|
Loading…
Reference in a new issue