1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (process.o): depends on util.h.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-07-10 21:16:28 +00:00
parent 989d3ef272
commit db093f2d39
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Jul 11 06:16:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (process.o): depends on util.h.
Fri Jul 11 05:07:46 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/win32.h (pipe): prohibit inheritance.

View file

@ -511,7 +511,7 @@ proc.$(OBJEXT): {$(VPATH)}proc.c {$(VPATH)}eval_intern.h \
{$(VPATH)}debug.h {$(VPATH)}vm_opts.h {$(VPATH)}id.h \
{$(VPATH)}thread_$(THREAD_MODEL).h {$(VPATH)}dln.h {$(VPATH)}gc.h
process.$(OBJEXT): {$(VPATH)}process.c $(RUBY_H_INCLUDES) {$(VPATH)}st.h \
{$(VPATH)}signal.h {$(VPATH)}vm_core.h \
{$(VPATH)}signal.h {$(VPATH)}vm_core.h {$(VPATH)}util.h \
{$(VPATH)}node.h {$(VPATH)}debug.h {$(VPATH)}vm_opts.h {$(VPATH)}id.h \
{$(VPATH)}thread_$(THREAD_MODEL).h
random.$(OBJEXT): {$(VPATH)}random.c $(RUBY_H_INCLUDES) \