* common.mk (win32.obj): depend on headers.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-12-09 16:29:08 +00:00
Родитель a28fdecda7
Коммит a091c9e18f
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Wed Dec 10 01:28:16 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk (win32.obj): depend on headers.
Tue Dec 9 18:35:35 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,

Просмотреть файл

@ -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)
###