From 2a60ecfefed006fab87ab3394cd602b9addd8126 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index ca4b6c60ae..78a9e00bc3 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 v1.2.3