summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 16:29:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 16:29:08 +0000
commitf3da7a967e452298faa8d9dfcb8f52fc576b4aac (patch)
treed2b58da550857616385f66b15110ad44fe3d8065 /common.mk
parent7dfc99a3c67c073a737739ebb9c2cd5f07c9dd6c (diff)
* common.mk (win32.obj): depend on headers.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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)
###