mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: Specify dependencies for generated C sources.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c2e0827421
commit
2a87fdedb7
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Nov 16 00:45:23 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk: Specify dependencies for generated C sources.
|
||||
|
||||
Sun Nov 16 00:08:04 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk: parse.o depends on parse.y before parse.h.
|
||||
|
|
|
@ -673,6 +673,12 @@ ia64.$(OBJEXT): {$(VPATH)}ia64.s
|
|||
|
||||
###
|
||||
|
||||
# dependencies for generated C sources.
|
||||
parse.$(OBJEXT): {$(VPATH)}parse.c
|
||||
miniprelude.$(OBJEXT): {$(VPATH)}miniprelude.c
|
||||
prelude.$(OBJEXT): {$(VPATH)}prelude.c
|
||||
|
||||
# dependencies for optional sources.
|
||||
compile.$(OBJEXT): {$(VPATH)}opt_sc.inc {$(VPATH)}optunifs.inc
|
||||
|
||||
win32/win32.$(OBJEXT): {$(VPATH)}win32/win32.c {$(VPATH)}dln.h {$(VPATH)}dln_find.c \
|
||||
|
|
Loading…
Reference in a new issue