From 71cadc094f4fb766637fcfa659ad998fdc5c221d Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 9 Dec 2008 16:29:08 +0000 Subject: * common.mk (win32.obj): depend on headers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 56e29e0f1..1385d18ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 10 01:28:16 2008 NAKAMURA Usaku + + * common.mk (win32.obj): depend on headers. + Tue Dec 9 18:35:35 2008 Martin Duerst * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb, diff --git a/common.mk b/common.mk index ca4b6c60a..78a9e00bc 100644 --- a/common.mk +++ b/common.mk @@ -437,7 +437,7 @@ ia64.$(OBJEXT): {$(VPATH)}ia64.s # when I use -I., there is confliction at "OpenFile" # so, set . into environment varible "include" -win32.$(OBJEXT): {$(VPATH)}win32.c +win32.$(OBJEXT): {$(VPATH)}win32.c $(RUBY_H_INCLUDES) ### -- cgit