* common.mk: parse.o depends on parse.y before parse.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6afabcb4aa
commit
32dc9e462a
@ -1,3 +1,7 @@
|
||||
Sun Nov 16 00:08:04 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk: parse.o depends on parse.y before parse.h.
|
||||
|
||||
Sat Nov 15 23:10:45 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk: No need to declare dependencies which
|
||||
|
@ -1525,8 +1525,8 @@ parse.$(OBJEXT): {$(VPATH)}internal.h
|
||||
parse.$(OBJEXT): {$(VPATH)}lex.c
|
||||
parse.$(OBJEXT): {$(VPATH)}node.h
|
||||
parse.$(OBJEXT): {$(VPATH)}oniguruma.h
|
||||
parse.$(OBJEXT): {$(VPATH)}parse.h
|
||||
parse.$(OBJEXT): {$(VPATH)}parse.y
|
||||
parse.$(OBJEXT): {$(VPATH)}parse.h
|
||||
parse.$(OBJEXT): {$(VPATH)}probes.h
|
||||
parse.$(OBJEXT): {$(VPATH)}regenc.h
|
||||
parse.$(OBJEXT): {$(VPATH)}regex.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user