mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: parse.h depends on parse.c.
* common.mk: hash.o depends on $(ID_H_INCLUDES). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6bdb909e5f
commit
7085729de3
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
Thu Aug 14 05:36:36 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk: parse.h depends on parse.c.
|
||||
|
||||
* common.mk: hash.o depends on $(ID_H_INCLUDES).
|
||||
|
||||
Thu Aug 14 02:45:16 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup):
|
||||
|
|
|
@ -390,9 +390,7 @@ enc.mk: $(srcdir)/enc/make_encmake.rb $(srcdir)/enc/Makefile.in $(srcdir)/enc/de
|
|||
PHONY:
|
||||
|
||||
{$(VPATH)}parse.c: {$(VPATH)}parse.y $(srcdir)/tool/ytab.sed
|
||||
{$(VPATH)}parse.c: {$(VPATH)}parse.h
|
||||
parse.h:
|
||||
@$(NULLCMD)
|
||||
{$(VPATH)}parse.h: {$(VPATH)}parse.c
|
||||
|
||||
{$(srcdir)}.y.c:
|
||||
$(YACC) -d $(YFLAGS) -o y.tab.c $<
|
||||
|
@ -490,6 +488,7 @@ gc.$(OBJEXT): {$(VPATH)}gc.c $(RUBY_H_INCLUDES) \
|
|||
{$(VPATH)}thread_$(THREAD_MODEL).h \
|
||||
{$(VPATH)}gc.h {$(VPATH)}eval_intern.h
|
||||
hash.$(OBJEXT): {$(VPATH)}hash.c $(RUBY_H_INCLUDES) \
|
||||
$(ID_H_INCLUDES) \
|
||||
{$(VPATH)}st.h {$(VPATH)}util.h {$(VPATH)}signal.h
|
||||
inits.$(OBJEXT): {$(VPATH)}inits.c $(RUBY_H_INCLUDES) \
|
||||
{$(VPATH)}st.h
|
||||
|
|
Loading…
Reference in a new issue