summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--common.mk2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 428192c673..1d9dacf969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 10 01:28:46 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * common.mk (win32.obj): depend on headers.
+
Sat Dec 6 18:33:16 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]
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)
###